sendReceiveCustomData method
Send data to the custom-data
endpoint configured in the esp-idf WiFi
provisioning example
Implementation
@override
Future<Uint8List> sendReceiveCustomData(
Uint8List data, {
int packageSize = 256,
}) {
throw UnimplementedError();
}