commandHandler property
Return the CommandHandler to which commands should be sent.
Implementation
@override
CommandHandler get commandHandler => _queue;
Return the CommandHandler to which commands should be sent.
@override
CommandHandler get commandHandler => _queue;