stopTrip function

Future<bool> stopTrip()

Implementation

Future<bool> stopTrip() async {
  return await platform.invokeMethod('stopTrip');
}