static Future<void> unregisterRegion(String id) async { try { await CxFlutterPlugin.unregisterMaskRegion(id); } catch (_) { // Best-effort. } }