CustomersModuleRestClient class abstract

Annotations

Constructors

CustomersModuleRestClient(Dio dio, {String baseUrl})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createDeliveryAddress(DeliveryAddressRequest deliveryAddressRequest) Future<DeliveryAddressesResponse>
deleteUser() Future<void>
editEmail(EditEmailRequest emailRequest) Future<void>
getClients() Future<ClientsResponse>
getClientToken(int id) Future<LoginResponse>
getDeliveryAddresses() Future<DeliveryAddressesResponse>
getUser() Future<UserResponse>
getUserDataByTaxId(String id) Future<UserResponse>
login(LoginByPasswordRequest loginByPasswordRequest) Future<LoginResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signUp({required String token, required SignUpRequest signUpRequest, required bool isNewApp}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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