iso15693SendRequest method
The general ISO 15693-3 request: request flag, command code, optional data.
The whole frame must stay within 256 bytes.
Implementation
@override
Future<Iso15693ResponsePigeon> iso15693SendRequest(
String handle,
int flags,
int commandCode,
Uint8List? data,
) async => _response();