stop method
override
Stops the current trip and returns a summary.
Returns null if no trip is active.
Implementation
@override
TripSummary? stop() => _instance.stopTrip();
Stops the current trip and returns a summary.
Returns null if no trip is active.
@override
TripSummary? stop() => _instance.stopTrip();