fetchChatroomQueue method Null safety
- String roomId
Get the chatroom queue.
roomId
The chatroom ID
Implementation
Future<NIMResult<List<NIMChatroomQueueEntry>>> fetchChatroomQueue(
String roomId) {
return _platform.fetchChatroomQueue(roomId);
}