process method

void process(
  1. Map<String, dynamic> event
)

Processes a single event.

Throws a StateError is the StartEvent is not the first event.

Implementation

void process(Map<String, dynamic> event) {}