@override Future<bool> disableScreenshot() async { final result = await methodChannel.invokeMethod<bool>('disableScreenshot'); return result ?? false; }