felicaReadWithoutEncryption method
Implementation
@override
Future<FeliCaReadWithoutEncryptionResponsePigeon> felicaReadWithoutEncryption(
String handle,
List<Uint8List> serviceCodeList,
List<Uint8List> blockList,
) async => FeliCaReadWithoutEncryptionResponsePigeon(
statusFlag1: 0,
statusFlag2: 0,
blockData: List.generate(blockList.length, (_) => Uint8List(16)),
);