iso15693ExtendedFastReadMultipleBlocks method
Extended fast read multiple blocks (0x3D).
Implementation
@override
Future<List<Uint8List>> iso15693ExtendedFastReadMultipleBlocks(
String handle,
List<Iso15693RequestFlagPigeon> flags,
int blockNumber,
int numberOfBlocks,
) async => _blocks(numberOfBlocks);