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