Appearance
typedef AsyncCallback<A> = void Function(Either<Object, A>)
A callback that receives either an error or a successfully computed value of type A, used by IO.async_.
A