Enable/disable screenshot and screen recording protection (Android FLAG_SECURE; iOS blur when captured).
static Future<void> secureScreen(bool enable) async { await _impl.setSecureScreen(enable); }