stopForegroundService static method

Future<void> stopForegroundService()

Implementation

static Future<void> stopForegroundService() async {
  await _mainChannel.invokeMethod("stopForegroundService");
}