DriverRemoteDataSource class
Methods
-
driverRank(Map<String, dynamic> data)
→ Future<Either<AppException, Response>>
-
override
-
driverTransaction(Map<String, dynamic> data)
→ Future<Either<AppException, Response>>
-
override
-
generateDileveryCode(String referenceNo)
→ Future<Either<AppException, Response>>
-
override
-
getOrderList()
→ Future<Either<AppException, Response>>
-
override
-
getPickupOrderList(String? picupId)
→ Future<Either<AppException, Response>>
-
override
-
getReasonList(String? allowedType, int statusId)
→ Future<Either<AppException, Response>>
-
override
-
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>>
-
override
-
updateToPickupDone(Map<String, dynamic> data)
→ Future<Either<AppException, Response>>
-
override
-
updateToRefused(Map<String, dynamic> data)
→ Future<Either<AppException, Response>>
-
override
-
updateToRejected(Map<String, dynamic> data)
→ Future<Either<AppException, Response>>
-
override
-
vehicleDelivryOrder(Map<String, dynamic> data)
→ Future<Either<AppException, Response>>
-
override