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