handle abstract method

FutureOr<void> handle(
  1. TEvent event
)

Handles the given event.

Implementation

FutureOr<void> handle(TEvent event);