clearChatroomQueue method Null safety

Future<NIMResult<void>> clearChatroomQueue(
  1. String roomId
)

Clear the elements of the queue.

Implementation

Future<NIMResult<void>> clearChatroomQueue(String roomId) {
  return _platform.clearChatroomQueue(roomId);
}