handle abstract method

FutureOr<void> handle(
  1. T command
)

Handles the execution of a command.

Implementation

FutureOr<void> handle(T command);