getActionList method

Future<OnyxMessage?> getActionList()

Implementation

Future<OnyxMessage?> getActionList() async {
  return sendCmd('ActList');
}