MoEInitConfig class
Init Config instance to be passed during initialization. If it is not passed default values will be used.
Constructors
- MoEInitConfig.new({required PushConfig pushConfig})
- MoEInitConfig.defaultConfig()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pushConfig ↔ PushConfig
-
Instance of PushConfig - Configuration for Handling Push Notification
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited