onCall abstract method

  1. @protected
FutureOr<Either<L, R>> onCall(
  1. P params
)

The use case action callback.

Implementation

@protected
FutureOr<Either<L, R>> onCall(P params);