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