stop method

  1. @override
TripSummary? stop()
override

Stops the current trip and returns a summary.

Returns null if no trip is active.

Implementation

@override
TripSummary? stop() => _instance.stopTrip();