menu
smart_links package
documentation
smart_link_queue.dart
SmartLinkQueue
markReady method
markReady method
dark_mode
light_mode
markReady
method
void
markReady
(
)
Implementation
void markReady() { if (_ready) return; _ready = true; _flush(); }
smart_links package
documentation
smart_link_queue
SmartLinkQueue
markReady method
SmartLinkQueue class