static Future<void> protectScreen({required bool enabled}) async { await setScreenshotProtectionEnabled(enabled: enabled); }