pauseAll method

void pauseAll()
inherited

Implementation

void pauseAll()
{
  _listeners.keys.forEach((key)=>pause(key));
}