menu
bones_ui package
documentation
bones_ui.dart
UIComponentAsync
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Stops
Implementation
void stop() { if (_asyncContent != null) _asyncContent!.stop(); }
bones_ui package
documentation
bones_ui
UIComponentAsync
stop method
UIComponentAsync class