Future<String> get getProtocolVersion async { String protocolVersion = await mConnconst.invokeMethod("getProtocolVersion"); return protocolVersion; }