startOTA method

Future<void> startOTA(
  1. int deviceAddress,
  2. Uint8List firmwareData
)

Implementation

Future<void> startOTA(int deviceAddress, Uint8List firmwareData) {
  throw UnimplementedError('startOTA() has not been implemented.');
}