RemoteConfigService class Services
A service for interacting with Firebase Remote Config.
The functions are distributed over mixins to keep the code organized. The mixins for this class are:
- GetConfigFunctions: Contains functions for fetching and activating
- Mixed in types
Constructors
- RemoteConfigService(FirebaseRemoteConfig remoteConfigInstance)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance ↔ FirebaseRemoteConfig
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getString(
String key) → Future< String> -
inherited
-
isUpdateAvailable(
) → Future< bool> -
inherited
-
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