RemoteConfig class abstract

Wrapper for a Firebase Remote Config. Before creating an instance, make sure to call Firebase.initializeApp().

Inheritance

Constructors

RemoteConfig.new()

Properties

appConfig → FirebaseRemoteConfig
Instance of the Firebase Remote Config.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetch() Future<void>
Retrieves the data for the configuration.
override
initialize() Future<void>
Initialize the config instance. This function should call fetch and read for the first time.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() → void
Reads the configuration and assigns the values to the corresponding fields.
inherited
readStringList(String key) List<String>
toString() String
A string representation of this object.
inherited

Operators

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