piccNfc method

Future<String?> piccNfc(
  1. List<int> nfcDataLen,
  2. List<int> technology,
  3. List<int> nfcUid,
  4. List<int> ndefMessage,
)

Implementation

Future<String?> piccNfc(List<int> nfcDataLen, List<int> technology, List<int> nfcUid, List<int> ndefMessage) {
  throw UnimplementedError('piccNfc() has not been implemented.');
}