menu
locus
locus.dart
TripService
getState abstract method
getState
dark_mode
light_mode
getState
abstract method
TripState
?
getState
(
)
Gets the current trip state.
Returns null if no trip is active.
Implementation
TripState? getState();
locus
locus
TripService
getState abstract method
TripService class