setAppForegroundHiddenNotification static method

Future<void> setAppForegroundHiddenNotification(
  1. bool hidden
)

Implementation

static Future<void> setAppForegroundHiddenNotification(bool hidden) async {
	return await _channel.invokeMethod('setAppForegroundHiddenNotification', {'hidden': hidden});
}