iso15693CustomCommandWithConfiguration method
Custom command with a retry configuration. manufacturerCode is the 8-bit IC
manufacturer code CoreNFC puts in the frame.
Implementation
@override
Future<Uint8List> iso15693CustomCommandWithConfiguration(
String handle,
int manufacturerCode,
int customCommandCode,
Uint8List customRequestParameters,
Iso15693CommandConfigurationPigeon configuration,
) async => Uint8List(0);