menu
df_widgets package
documentation
_common.dart
ToUnitOnVoidAsync
toUnit method
toUnit method
dark_mode
light_mode
toUnit
method
Async
<
Unit
>
toUnit
(
)
Implementation
Async<Unit> toUnit() => map((_) => Unit());
df_widgets package
documentation
_common
ToUnitOnVoidAsync
toUnit method
ToUnitOnVoidAsync extension on
Async
<
void
>