fetchChatroomInfo method

Future<NIMResult<NIMChatroomInfo>> fetchChatroomInfo(
  1. String roomId
)

获取当前聊天室信息

Implementation

Future<NIMResult<NIMChatroomInfo>> fetchChatroomInfo(String roomId) {
  return _platform.fetchChatroomInfo(roomId);
}