isCanceled property
bool
get
isCanceled
True if Apple Pay dialog was canceled
Implementation
bool get isCanceled => status == STATUS_CANCELED;
True if Apple Pay dialog was canceled
bool get isCanceled => status == STATUS_CANCELED;