setAsBackgroundService method

Future<void> setAsBackgroundService()

Implementation

Future<void> setAsBackgroundService() async {
  await _channel.invokeMethod("setForegroundMode", {
    'value': false,
  });
}