startTrip function

Future<bool> startTrip()

Implementation

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