stopTrip static method
Stops the active trip and returns a summary if available.
Implementation
static TripSummary? stopTrip() {
return _tripEngine?.stop();
}
Stops the active trip and returns a summary if available.
static TripSummary? stopTrip() {
return _tripEngine?.stop();
}