AddressServices class Null safety
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
deleteAddress(
{required int addressId}) → Future< bool?> -
getAddressBook(
{required int customId}) → Future< List< AddressModel> > - Get all client addresses
-
getAddressDetails(
{required int addressId}) → Future< AddressModel> -
getShipmentAddresses(
{required int customId}) → Future< List< AddressModel> > - Use it in determine the users's location zone by getting all his addresses in this zone
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
saveAddress(
{required AddressModel addressModel}) → Future< AddressModel> - Use it for adding new address or editing an existing address [...]
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited