disconnect method

void disconnect()

Implementation

void disconnect() {
  appDebugPrint('MQTT::Disconnected');
  _client!.disconnect();
}