@override Future<Map<String,dynamic>?> getInstall() async{ String res= await methodChannel.invokeMethod("getInstall"); return jsonDecode(res); }