Async<T> constructor
const
Async<T> ({})
Implementation
const Async({
required this.key,
required this.future,
required this.onLoading,
required this.onSuccess,
required this.onError,
});