vehicleDelivryOrder abstract method

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

Implementation

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