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