DoFunctionEffect<E, L, A> typedef

DoFunctionEffect<E, L, A> = FutureOr<A> Function(EffectGen<E, L> $)

Implementation

typedef DoFunctionEffect<E, L, A> = FutureOr<A> Function(
  EffectGen<E, L> $,
);