LxAsyncFunctionExtension<T> extension
Extension to create LxAsyncComputed from an asynchronous function.
- on
-
- Future<
T> Function()
- Future<
Properties
-
lx
→ LxAsyncComputed<
T> -
Available on Future<
Transforms this async function into a LxAsyncComputed value.T> Function(), provided by the LxAsyncFunctionExtension extensionno setter -
lxStatic
→ LxAsyncComputed<
T> -
Available on Future<
Transforms this async function into a LxAsyncComputed value with static dependencies.T> Function(), provided by the LxAsyncFunctionExtension extensionno setter