Flutter
quiver.async
AsyncAction<
T
,
E
> typedef
AsyncAction
quiver.async library
Classes
CountdownTimer
FutureStream
Metronome
StreamBuffer
StreamRouter
Functions
collect
concat
doWhileAsync
enumerate
forEachAsync
reduceAsync
Typedefs
AsyncAction
AsyncCombiner
Exceptions
UnderflowError
AsyncAction<
T
,
E
> typedef
Future
<
T
>
AsyncAction
(
E
e
)
An asynchronous callback that returns a value.