menu
neomage package
documentation
utils/message_queue/message_queue_manager.dart
MessageQueueController
hasCommandsInQueue method
hasCommandsInQueue method
dark_mode
light_mode
hasCommandsInQueue
method
bool
hasCommandsInQueue
(
)
Check if there are commands in the queue.
Implementation
bool hasCommandsInQueue() => _commandQueue.isNotEmpty;
neomage package
documentation
utils/message_queue/message_queue_manager
MessageQueueController
hasCommandsInQueue method
MessageQueueController class