driverRank abstract method

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

Implementation

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