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