felicaReadWithoutEncryption method

  1. @override
Future<FeliCaReadWithoutEncryptionResponsePigeon> felicaReadWithoutEncryption(
  1. String handle,
  2. List<Uint8List> serviceCodeList,
  3. List<Uint8List> blockList
)

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)),
);