clear method

void clear()

Implementation

void clear() {
  // reset to nothing
  state = const RoomListFilterState();
}