fetchChatroomInfo method
获取当前聊天室信息
Implementation
Future<NIMResult<NIMChatroomInfo>> fetchChatroomInfo(String roomId) async {
throw UnimplementedError('fetchChatroomInfo is not implemented');
}
获取当前聊天室信息
Future<NIMResult<NIMChatroomInfo>> fetchChatroomInfo(String roomId) async {
throw UnimplementedError('fetchChatroomInfo is not implemented');
}