DriverRemoteDataSource class

Implemented types

Constructors

DriverRemoteDataSource(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

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

Operators

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