userCancelUrl property
String?
get
userCancelUrl
Implementation
String? get userCancelUrl => _userCancelUrl;
set
userCancelUrl
(String? value)
Sets the cancel URL for user operations and notifies listeners of the change.
Implementation
set userCancelUrl(String? value) {
_userCancelUrl = value;
notifyListeners();
}