Future<String> getCurrentBoard() async { final res = await _callFunc( jsonEncode({"key": "getCurrentBoard", "params": []}), ); return res; }