menu
rust_core package
documentation
cell.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();
rust_core package
documentation
cell
OnceCell<T extends Object>
take abstract method
OnceCell class