call method

ReaderTaskEither<C, L, dynamic> call(
  1. S s
)

Implementation

ReaderTaskEither<C, L, Tuple2<R, S>> call(S s) => _task(s);