getHelp method

Future<OnyxMessage?> getHelp()

Implementation

Future<OnyxMessage?> getHelp() async {
  return sendCmd('Help');
}