getVersion method

dynamic getVersion()

Implementation

getVersion() {
  return _callFunc(jsonEncode({"key": "getVersion", "params": null}));
}