FeaturesManager class base
- Implemented types
Constructors
-
FeaturesManager({List<
FeaturesProvider> ? providers, void updateListener(MappedFeatures)?, IFeaturesContainer? featuresContainer, Logger? logger})
Properties
- features → MappedFeatures
-
no setteroverride
-
featuresStream
→ Stream<
MappedFeatures> -
latefinal
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearOverrides(
{String? key}) → void -
override
-
dispose(
) → void -
override
-
forceReloadFeatures(
) → Future< void> -
override
-
getFeature(
String key) → FeatureAbstract? -
override
-
isOverridden(
String key) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overrideFeature(
FeatureAbstract feature) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited