SignalFutureUtils<T> extension
Extension on future to provide helpful methods for signals
- on
-
- Future<
T>
- Future<
Methods
-
toFutureSignal(
{Duration? timeout, String? debugLabel, T? initialValue, bool autoDispose = false, bool lazy = true, List< ReadonlySignal> dependencies = const []}) → FutureSignal<T> - Convert an existing future to FutureSignal
-
toSignal(
{Duration? timeout, String? debugLabel, T? initialValue, bool autoDispose = false, bool lazy = true, List< ReadonlySignal> dependencies = const []}) → FutureSignal<T> - Convert an existing future to FutureSignal