async/memoize_future_utils library
Functions
-
memoizeFuture<
T> (AsyncAction< T> fn) → Future<T> Function() -
Cache single async result (memoize Future). Returns a function that runs
fnonce and reuses the same Future. Roadmap #180.
fn once and reuses the same Future. Roadmap #180.