getCommandList method

Future<OnyxMessage?> getCommandList()

Implementation

Future<OnyxMessage?> getCommandList() async {
  return sendCmd('CmdList');
}