setExpiredInMinuets property

set setExpiredInMinuets (int? value)

Sets the expired time for the payment and notifies listeners of the change.

Implementation

set setExpiredInMinuets(int? value) {
  expiredInMinuets = value;
  notifyListeners();
}