updateChatroomInfo method
Future<NIMResult<void> >
updateChatroomInfo({
- required String roomId,
- required NIMChatroomUpdateRequest request,
- bool needNotify = true,
- Map<
String, dynamic> ? notifyExtension,
更新聊天室信息
Implementation
Future<NIMResult<void>> updateChatroomInfo({
required String roomId,
required NIMChatroomUpdateRequest request,
bool needNotify = true,
Map<String, dynamic>? notifyExtension,
}) async {
throw UnimplementedError('updateChatroomInfo is not implemented');
}