GetRideInfo method

Future<Response?> GetRideInfo()

Implementation

Future<Response?> GetRideInfo() async {
  return null;
}