closeAllNotifications method

void closeAllNotifications()

Implementation

void closeAllNotifications() {
  _manager.closeAll();
}