handleEvent abstract method

void handleEvent(
  1. Context context,
  2. EventType type,
  3. dynamic data
)

Implementation

void handleEvent(Context context, EventType type, dynamic data);