wait method
Returns a Future which waits for all currently callbacks to complete.
Implementation
Future<void> wait() => this._queue.wait();
Returns a Future which waits for all currently callbacks to complete.
Future<void> wait() => this._queue.wait();