RemoteConfigSettings class

Defines configuration options for the Remote Config SDK.

Properties

fetchTimeoutMillis Duration
Defines the maximum amount of time to wait for a response when fetching configuration from the Remote Config server. Defaults to one minute.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jsObject → SettingsJsImpl
JS object.
finalinherited
minimumFetchInterval Duration
Defines the maximum age in milliseconds of an entry in the config cache before it is considered stale. Defaults to twelve hours.
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