AuthService constructor

AuthService(
  1. BuildContext context
)

Constructor for AuthService.

  • context: The BuildContext used for accessing dependencies like providers and dialogs.

Implementation

AuthService(this.context);