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