menu
hrd package
documentation
Services/tracking/location_tracker.dart
LocationTracker
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
void
>
stop
(
)
Implementation
Future<void> stop() async{ await _subscription?.cancel(); await _uploader.stop(); }
hrd package
documentation
Services/tracking/location_tracker
LocationTracker
stop method
LocationTracker class