Esp32OtaPackage constructor

Esp32OtaPackage(
  1. BluetoothCharacteristic notifyCharacteristic,
  2. BluetoothCharacteristic writeCharacteristic
)

Constructor

Implementation

Esp32OtaPackage(this.notifyCharacteristic, this.writeCharacteristic);