Future<int> get queryContactCount async { int count = await mConnconst.invokeMethod("queryContactCount"); return count; }