clearEvents method
Clears all stored data for the service.
Implementation
Future<void> clearEvents(ServiceName service) async {
await _client.send('BackgroundService.clearEvents', {'service': service});
}
Clears all stored data for the service.
Future<void> clearEvents(ServiceName service) async {
await _client.send('BackgroundService.clearEvents', {'service': service});
}