SellerRepository class

Constructors

SellerRepository([AppApi? api])
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

becomeSeller(dynamic confirmed) Future<bool>
getAccountTypes() Future<List<BankAccountTypeModel>>
getBankInfosFromSeller() Future<BankAccountModel?>
getMissionsFromSeller({required dynamic lat, required dynamic lng, dynamic distance = 10000, dynamic subcatId, dynamic languageCode}) Future<List<SellerMissionModel>>
getMissionTypes({dynamic typeId, dynamic languageCode}) Future<List<MissionTypeModel>>
getNumberOfSalesFromSellers([dynamic languageCode]) Future<NumberOfSaleModel?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quitSellerProgram(dynamic temporary) Future<bool>
recoverySellerProgram() Future<bool>
setBankAccountFromUser({dynamic fullName, dynamic accountType, dynamic bankName, dynamic currency, dynamic swiftCode, dynamic bicCode, dynamic bankAddress, dynamic cryptoWalletaddress, dynamic accountNumber}) Future<BankAccountModel?>
takeMissionFromSeller(dynamic missionId) Future<bool>
toString() String
A string representation of this object.
inherited
updateBankInfosFromSeller({dynamic fullName, dynamic accountType, dynamic bankName, dynamic currency, dynamic swiftCode, dynamic bicCode, dynamic bankAddress, dynamic cryptoWalletaddress, dynamic accountNumber}) Future<BankAccountModel?>
updateImageForBecomeSeller(dynamic fileType, dynamic path, [ProgressCallback? callback]) Future<String?>

Operators

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