getComputedValue method
Extracts the current value from the computed instance.
Implementation
@override
Future<T> getComputedValue(LxReactive computed) {
return (computed as LxAsyncComputed<T>).wait;
}
Extracts the current value from the computed instance.
@override
Future<T> getComputedValue(LxReactive computed) {
return (computed as LxAsyncComputed<T>).wait;
}