EspProvisioningEventWifiSelected constructor

const EspProvisioningEventWifiSelected(
  1. String bluetoothDevice,
  2. String proofOfPossession,
  3. String wifiNetwork,
  4. String password,
)

Implementation

const EspProvisioningEventWifiSelected(this.bluetoothDevice,
    this.proofOfPossession, this.wifiNetwork, this.password);