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