call abstract method
Executes the use case with the given params and returns a FutureEither result.
Implementation
FutureEither<SuccessType> call(Params params);
Executes the use case with the given params and returns a FutureEither result.
FutureEither<SuccessType> call(Params params);