menu
hrd package
documentation
Services/tracking/live_subscriber.dart
LiveSubscriber
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
void
>
stop
(
)
Implementation
Future<void> stop() async { await _sub?.cancel(); await _channel?.shutdown(); }
hrd package
documentation
Services/tracking/live_subscriber
LiveSubscriber
stop method
LiveSubscriber class