UserService class abstract

Annotations
  • @ChopperApi()

Constructors

UserService()

Properties

client ↔ ChopperClient
getter/setter pairinherited
definitionType Type
Used internally to retrieve the service from ChopperClient.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createUser(String clientUserId) Future<Response<CreateUserResponse>>
deleteUser(String userId) Future<Response<DeleteUserResponse>>
deregisterProvider(String userId, String provider) Future<Response<DeregisterProviderResponse>>
getAll() Future<Response<GetAllUsersResponse>>
getProviders(String userId) Future<Response<ProvidersResponse>>
getUser(String userId) Future<Response<User>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshUser(String userId) Future<Response<RefreshResponse>>
resolveUser(String clientUserId) Future<Response<User>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create(Client httpClient, String baseUrl, String apiKey) UserService