AuthService constructor
AuthService(
- ApiClient client
Constructs an AuthService using the provided ApiClient.
Implementation
AuthService(this.client);
Constructs an AuthService using the provided ApiClient.
AuthService(this.client);