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