getVehicleLIst abstract method

Future<Either<AppException, Response>> getVehicleLIst(
  1. Map<String, dynamic> data
)

Implementation

Future<Either<AppException, response.Response>> getVehicleLIst(
    Map<String, dynamic> data);