UserService class

Inheritance

Constructors

UserService.new(dynamic baseUrl, dynamic headers, dynamic options)

Properties

accessToken String?
getter/setter pairinherited
baseOptions Options?
getter/setter pairinherited
baseUrl String
getter/setter pair
baseUrlRoot String
getter/setter pairinherited
customers CustomerService
getter/setter pair
dio → Dio
finalinherited
hashCode int
The hash code for this object.
no setterinherited
headerDefault Map<String, String>
getter/setter pairinherited
headerParams HeadersInput
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicer ServicerService
getter/setter pair

Methods

deleteAvatar() Future<ResponseModel>
Delete my avatar
deletex<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
generateUploadUrl() Future<ResponseModel>
Generate upload sign url user my avatar
getx<T>(String path, {Options? queryParams}) Future<Response>
inherited
handleRefreshToken() Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
postx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
putx<T>(String path, {Options? queryParams, Object? body}) Future<Response>
inherited
toString() String
A string representation of this object.
inherited
updateAvatar(AvatarInput body) Future<ResponseModel>
Update my avatar

Operators

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