handle abstract method

  1. @override
Future<TResult> handle(
  1. TCommand command
)
override

Handles the given action and returns a result.

@param action The action to handle @returns A Future containing the result of handling the action

Implementation

@override
Future<TResult> handle(TCommand command);