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