shouldProcessEventInOrder method

  1. @protected
bool shouldProcessEventInOrder()

Determines whether a bloc ensures all events are processed in the order in which they are received.

Implementation

@protected
bool shouldProcessEventInOrder() => true;