MqttContext constructor

MqttContext({
  1. String? clientId,
  2. Uint8List? password,
  3. String? username,
})

Implementation

MqttContext({
  this.clientId,
  this.password,
  this.username,
});