pop method

void pop(
  1. String roomId
)

Implementation

void pop(String roomId) {
  mappedRooms.remove(roomId);
  notifyListeners();
}