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