getTripState method
Returns the current SDK trip state.
Implementation
Future<MoveTripState> getTripState() {
throw UnimplementedError('getTripState() has not been implemented.');
}
Returns the current SDK trip state.
Future<MoveTripState> getTripState() {
throw UnimplementedError('getTripState() has not been implemented.');
}