call abstract method

StreamEither<SuccessType> call(
  1. Params params
)

Executes the use case with the given params and returns a StreamEither result.

Implementation

StreamEither<SuccessType> call(Params params);