FirebaseFeaturesProvider class
- 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
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
finalinherited
- name → String
-
finalinherited
- needUpdater → bool
-
finalinherited
- 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
-
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