add abstract method

void add(
  1. E event
)

On add callback implemented by the bloc child class

Implementation

void add(E event);