call method

dynamic call(
  1. S state
)

Implementation

Tuple2<A, S> call(S state) => _f(state);