/**
  * Clear notifications.
  *
  * @reutrn void
  */
 public function clear()
 {
     $this->queue->clear();
 }