MLDDataSource class abstract

Implementers

Constructors

MLDDataSource()

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

addDeposite(String bankName, String branch, String deposit, String transactionNumber, String file, String selectedPaymentType) Future<Either<AppException, Response>>
addTransport(Map<String, dynamic> data) Future<Either<AppException, Response>>
changeStatus(Map<String, dynamic> data) Future<Either<AppException, Response>>
depositList(Map<String, dynamic> data) Future<Either<AppException, Response>>
getBagList(Map<String, dynamic> data) Future<Either<AppException, Response>>
getStatusList(Map<String, dynamic> data) Future<Either<AppException, Response>>
lmdDriverList(Map<String, dynamic> data) Future<Either<AppException, Response>>
lmdPickup(Map<String, dynamic> data) Future<Either<AppException, Response>>
mldBagChange(Map<String, dynamic> data) Future<Either<AppException, Response>>
mldOrderList(Map<String, dynamic> data) Future<Either<AppException, Response>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickupLocationList(Map<String, dynamic> data) Future<Either<AppException, Response>>
toString() String
A string representation of this object.
inherited
transportList(Map<String, dynamic> data) Future<Either<AppException, Response>>

Operators

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