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