AsyncBody<A>
typedef AsyncBody<A> = void Function(void Function(Either<Object, A>))A function that registers an AsyncCallback and triggers an asynchronous computation, used by IO.async_.
typedef AsyncBody<A> = void Function(void Function(Either<Object, A>))A function that registers an AsyncCallback and triggers an asynchronous computation, used by IO.async_.