getTripState static method
Returns the current trip state if a trip is active.
Implementation
static TripState? getTripState() => _tripEngine?.state;
Returns the current trip state if a trip is active.
static TripState? getTripState() => _tripEngine?.state;