resumeAll method

void resumeAll()
inherited

Implementation

void resumeAll()
{
  _listeners.keys.forEach((key)=>resume(key));
}