stop method
Implementation
Future<void> stop() async {
_stopped = true;
_retryTimer?.cancel();
_hintTimer?.cancel();
await _watchSub?.cancel();
await _service?.dispose();
}
Future<void> stop() async {
_stopped = true;
_retryTimer?.cancel();
_hintTimer?.cancel();
await _watchSub?.cancel();
await _service?.dispose();
}