count property

Future<int> count

Returns an event count in the dataQueue.

Implementation

Future<int> get count => dataQueue.execute(CountCommand());