fetchChatroomInfo method

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

获取当前聊天室信息

Implementation

Future<NIMResult<NIMChatroomInfo>> fetchChatroomInfo(String roomId) async {
  throw UnimplementedError('fetchChatroomInfo is not implemented');
}