getStatus method

Future<OnyxMessage?> getStatus()

Implementation

Future<OnyxMessage?> getStatus() async {
  return await sendCmd('Status');
}