menu
df_widgets package
documentation
_common.dart
Resolvable<T extends Object>
sync abstract method
sync abstract method
dark_mode
light_mode
sync
abstract method
Result
<
Sync
<
T
>
>
sync
(
)
Safely gets the
Sync
instance. Returns an
Ok
on
Sync
, or an
Err
on
Async
.
Implementation
Result<Sync<T>> sync();
df_widgets package
documentation
_common
Resolvable<T extends Object>
sync abstract method
Resolvable class