stopObserving method
Disables event updates for the service.
Implementation
Future<void> stopObserving(ServiceName service) async {
await _client.send('BackgroundService.stopObserving', {'service': service});
}
Disables event updates for the service.
Future<void> stopObserving(ServiceName service) async {
await _client.send('BackgroundService.stopObserving', {'service': service});
}