menu
agrovikas_network package
documentation
warehouse_executive/warehouse_executive_api.dart
WarehouseExecutiveDataSource
getVehicleList abstract method
getVehicleList abstract method
dark_mode
light_mode
getVehicleList
abstract method
Future
<
Either
<
AppException
,
Response
>
>
getVehicleList
(
Map
<
String
,
dynamic
>
data
)
Implementation
Future<Either<AppException, response.Response>> getVehicleList( Map<String, dynamic> data);
agrovikas_network package
documentation
warehouse_executive/warehouse_executive_api
WarehouseExecutiveDataSource
getVehicleList abstract method
WarehouseExecutiveDataSource class