setNotificationFullscreenEnabled static method

Future setNotificationFullscreenEnabled(
  1. bool enabled
)

Implementation

static Future setNotificationFullscreenEnabled(bool enabled) async {
  await _channel.invokeMethod('setNotificationFullscreenEnabled', [enabled]);
}