menu
df_pod package
documentation
_common.dart
ToUnitOnObjectAsync
toUnit method
toUnit method
dark_mode
light_mode
toUnit
method
Async
<
Unit
>
toUnit
(
)
Implementation
@pragma('vm:prefer-inline') Async<Unit> toUnit() => map((_) => Unit());
df_pod package
documentation
_common
ToUnitOnObjectAsync
toUnit method
ToUnitOnObjectAsync extension on
Async
<
Object
>