asyncComputed<T> function
Creates an instance of AsyncComputed with the given async function.
Implementation
AsyncComputed<T> asyncComputed<T>(Future<T> Function() compute) =>
_kaeruContext.asyncComputed(compute);
Creates an instance of AsyncComputed with the given async function.
AsyncComputed<T> asyncComputed<T>(Future<T> Function() compute) =>
_kaeruContext.asyncComputed(compute);