fetchChatroomInfo method
- String roomId
获取当前聊天室信息
Implementation
Future<NIMResult<NIMChatroomInfo>> fetchChatroomInfo(String roomId) {
return _platform.fetchChatroomInfo(roomId);
}
获取当前聊天室信息
Future<NIMResult<NIMChatroomInfo>> fetchChatroomInfo(String roomId) {
return _platform.fetchChatroomInfo(roomId);
}