Whether or not there are any messages that have been sent to this instance but have yet to be read.
Source
bool get isEmpty => _queue.isEmpty;
Whether or not there are any messages that have been sent to this instance but have yet to be read.
bool get isEmpty => _queue.isEmpty;