SERemoteConfig class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onRemoteConfigReceivedAllData ↔ OnRemoteConfigReceivedAllData?
-
getter/setter pair
- onRemoteConfigReceivedData ↔ OnRemoteConfigReceivedData?
-
getter/setter pair
- paramKey ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asyncFetchRemoteConfig(
String paramKey, OnRemoteConfigReceivedData receivedData) → void -
asyncFetchRemoteConfigAll(
OnRemoteConfigReceivedAllData receivedData) → void -
fastFetchRemoteConfig(
String paramKey) → Future< String?> -
fastFetchRemoteConfigAll(
) → Future< Map?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setRemoteConfigEventProperties(
Map< String, dynamic> eventProperties) → void -
setRemoteConfigUserProperties(
Map< String, dynamic> userProperties) → void -
setRemoteDefaultConfig(
List defaultConfigs) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited