getTripState method

Future<MoveTripState> getTripState()

Returns the current SDK trip state.

Implementation

Future<MoveTripState> getTripState() {
  throw UnimplementedError('getTripState() has not been implemented.');
}