menu
agrovikas_network package
documentation
driver/driver_remote_data_source.dart
DriverDataSource
getPickupOrderList abstract method
getPickupOrderList abstract method
dark_mode
light_mode
getPickupOrderList
abstract method
Future
<
Either
<
AppException
,
Response
>
>
getPickupOrderList
(
String
?
picupId
)
Implementation
Future<Either<AppException, response.Response>> getPickupOrderList( String? picupId);
agrovikas_network package
documentation
driver/driver_remote_data_source
DriverDataSource
getPickupOrderList abstract method
DriverDataSource class