stopPersistentService method

Future<void> stopPersistentService()

Stops the persistent foreground service.

Implementation

Future<void> stopPersistentService() async {
  await _channel.invokeMethod('service.stopPersistentService');
}