AuthService constructor
AuthService({
- required String apiKey,
- required String? token,
- required UHttpClient httpClient,
Implementation
AuthService({
required this.apiKey,
required this.token,
required this.httpClient,
});