Future<List> simInfo() async{ String result = await methodChannel.invokeMethod('simInfo'); return jsonDecode(result); }