stopPersistentService method
Stops the persistent foreground service.
Implementation
Future<void> stopPersistentService() async {
await _channel.invokeMethod('service.stopPersistentService');
}
Stops the persistent foreground service.
Future<void> stopPersistentService() async {
await _channel.invokeMethod('service.stopPersistentService');
}