MLDDataSourceDataSourceImpl class

Inheritance

Constructors

MLDDataSourceDataSourceImpl(NetworkService networkService)

Properties

hashCode int
The hash code for this object.
no setterinherited
networkService NetworkService
final
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 selectedPayment) Future<Either<AppException, Response>>
override
addTransport(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
changeStatus(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
depositList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
getBagList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
getStatusList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
lmdDriverList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
lmdPickup(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
mldBagChange(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
mldOrderList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickupLocationList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
toString() String
A string representation of this object.
inherited
transportList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override

Operators

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