userCancelled static method
Scenario: User cancelled the suppression prompt (iOS)
Implementation
static FakeNfcWalletSuppression userCancelled() {
final fake = FakeNfcWalletSuppression();
fake.setSupported(true);
fake.setRequestResult(SuppressionStatus.cancelled);
return fake;
}