DriverDataSource class abstract

Implementers

Constructors

DriverDataSource()

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

driverRank(Map<String, dynamic> data) Future<Either<AppException, Response>>
driverTransaction(Map<String, dynamic> data) Future<Either<AppException, Response>>
generateDileveryCode(String referenceNo) Future<Either<AppException, Response>>
getOrderList() Future<Either<AppException, Response>>
getPickupOrderList(String? picupId) Future<Either<AppException, Response>>
getReasonList(String? allowedType, int statusId) Future<Either<AppException, Response>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateToDelivered(Map<String, dynamic> data) Future<Either<AppException, Response>>
updateToPickupDone(Map<String, dynamic> data) Future<Either<AppException, Response>>
updateToRefused(Map<String, dynamic> data) Future<Either<AppException, Response>>
updateToRejected(Map<String, dynamic> data) Future<Either<AppException, Response>>
vehicleDelivryOrder(Map<String, dynamic> data) Future<Either<AppException, Response>>

Operators

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