FirebaseFeaturesProvider class final
- Inheritance
-
- Object
- FeaturesProvider
- FirebaseFeaturesProvider
Constructors
- FirebaseFeaturesProvider({required String key, required FirebaseRemoteConfig remoteConfig, String name = 'FirebaseRemoteConfig', Duration minimumFetchInterval = const Duration(hours: 12), Duration fetchTimeout = const Duration(minutes: 1)})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pullFeatures(
) → Future< Iterable< FeatureAbstract> > -
override
-
requestPullFeatures(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited