PasskitNfc constructor

PasskitNfc({
  1. required String encryptionPublicKey,
  2. required String message,
  3. bool? requiresAuthentication,
})

Implementation

PasskitNfc({
  required this.encryptionPublicKey,
  required this.message,
  this.requiresAuthentication,
});