PaymentModule class

Constructors

PaymentModule()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
observers List<PaymentModuleObserver>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPaymentModuleObserver(PaymentModuleObserver observer) → dynamic
Add observer
addRepeatedlyPaymentModuleObserver(PaymentModuleObserver observer) → dynamic
重复添加 add Repeatedly
length() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyPaymentModuleObservers(List<String> stateNames, {String? notifyName, String? planId, required Map map}) → dynamic
Used in the page that sent the notification stateNames state name to update Map notification data, can be null
removePaymentModuleObserver(PaymentModuleObserver observer) → dynamic
Remove viewers when the page is not in use
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance PaymentModule
no setter