menu
anyhow package
documentation
rust.dart
OnceCell<T extends Object>
take abstract method
take abstract method
dark_mode
light_mode
take
abstract method
Option
<
T
>
take
(
)
Takes the value out of this OnceCell, moving it back to an uninitialized state.
Implementation
Option<T> take();
anyhow package
documentation
rust
OnceCell<T extends Object>
take abstract method
OnceCell class