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