UserService class
- Inheritance
-
- Object
- BaseService
- UserService
Constructors
- UserService(dynamic baseUrl, Options baseOptions)
Properties
- baseOptions ↔ Options
-
getter/setter pair
- baseUrl ↔ String
-
getter/setter pair
- customers ↔ CustomerService
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headerDefault
↔ Map<
String, String> -
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, {Map< String, String> ? headers, Object? body}) → Future<Response> -
inherited
-
generateUploadUrl(
) → Future< ResponseModel> - Generate upload sign url user my avatar
-
getx<
T> (String path, {Map< String, String> ? headers}) → Future<Response> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patchx<
T> (String path, {Map< String, String> ? headers, Object? body}) → Future<Response> -
inherited
-
postx<
T> (String path, {Map< String, String> ? headers, Object? body}) → Future<Response> -
inherited
-
putx<
T> (String path, {Map< String, String> ? headers, 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