@override Future<bool> checkHasSim() async{ return (await methodChannel.invokeMethod("checkHasSim")) == true; }