Requests the RES protocol version of the Resgate server.
Future<Map<String, dynamic>> version() async { var id = await send("version", null, {"protocol": "1.2.1"}); return await receive(id); }