driverTransaction abstract method

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

Implementation

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