fetchChatroomInfo method Null safety
- String roomId
Get the information of the current chatroom.
Implementation
Future<NIMResult<NIMChatroomInfo>> fetchChatroomInfo(String roomId) {
return _platform.fetchChatroomInfo(roomId);
}
Get the information of the current chatroom.
Future<NIMResult<NIMChatroomInfo>> fetchChatroomInfo(String roomId) {
return _platform.fetchChatroomInfo(roomId);
}