felicaRequestServiceV2 method

  1. @override
Future<FeliCaRequestServiceV2ResponsePigeon> felicaRequestServiceV2(
  1. String handle,
  2. List<Uint8List> nodeCodeList
)

Implementation

@override
Future<FeliCaRequestServiceV2ResponsePigeon> felicaRequestServiceV2(
  String handle,
  List<Uint8List> nodeCodeList,
) async => FeliCaRequestServiceV2ResponsePigeon(statusFlag1: 0, statusFlag2: 0, encryptionIdentifier: 0);