Future<int> queryAvailableStorage(int type) async { return await mConnconst.invokeMethod("queryAvailableStorage", <String, int>{"id": type}); }