call abstract method

Future<Either<Error, Output>> call(
  1. Input input
)

Implementation

Future<Either<Error, Output>> call(Input input);