apply method

FutureOr<O?> apply(
  1. I input
)

Implementation

FutureOr<O?> apply(I input) => call(input);