add abstract method

  1. @override
void add(
  1. Event event
)
override

Notifies the Bloc of a new event If close has already been called, any subsequent calls to add will be ignored and will not result in any subsequent state changes.

Implementation

@override
void add(Event event);