AppMQTT constructor

AppMQTT({
  1. bool allowPrintLog = false,
  2. required String identifier,
})

Implementation

AppMQTT({
  bool allowPrintLog = false,
  required String identifier,
})  : _identifier = identifier,
      _allowPrintLog = allowPrintLog;