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