stopTrip method

Future stopTrip(
  1. String tripId
)

Implementation

Future<dynamic> stopTrip(String tripId) {
  throw UnimplementedError('');
}