vehiclePrice abstract method

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

Implementation

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