menu
neomage package
documentation
utils/message_queue/message_queue_manager.dart
MessageQueueController
getCommandQueueLength method
getCommandQueueLength method
dark_mode
light_mode
getCommandQueueLength
method
int
getCommandQueueLength
(
)
Get the current queue length without copying.
Implementation
int getCommandQueueLength() => _commandQueue.length;
neomage package
documentation
utils/message_queue/message_queue_manager
MessageQueueController
getCommandQueueLength method
MessageQueueController class