notifyOnPaymentCancelled method
void
notifyOnPaymentCancelled()
Implementation
void notifyOnPaymentCancelled() {
for (final SafeXPayPaymentCallback observer in _observerList) {
observer.onPaymentCancelled();
}
}