menu
flutter_enhancer package
documentation
object/to_future_with_delay.dart
WithDelay extension
WithDelay extension
dark_mode
light_mode
WithDelay<
T
>
extension
on
T
Methods
toFuture
(
[
Duration
?
delay
])
→
Future
<
T
>
Available on T, provided by the
WithDelay
extension
Converts the object to a Future that completes with the object after an optional delay.
flutter_enhancer package
documentation
object/to_future_with_delay
WithDelay extension
to_future_with_delay library