call abstract method

Future<Either<E, R>> call(
  1. P params
)

Implementation

Future<Either<E, R>> call(P params);