FeatureProvider class abstract

Implementers

Constructors

FeatureProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
no setter
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
resolveBooleanValue({required String flagKey, required bool defaultValue, required EvaluationContext context, required FlagEvaluationOptions options}) Future<ResolutionDetails<bool>>
resolveNumberValue({required String flagKey, required num defaultValue, required EvaluationContext context, required FlagEvaluationOptions options}) Future<ResolutionDetails<num>>
resolveStringValue({required String flagKey, required String defaultValue, required EvaluationContext context, required FlagEvaluationOptions options}) Future<ResolutionDetails<String>>
resolveValue<T extends Object>({required String flagKey, required T defaultValue, required EvaluationContext context, required FlagEvaluationOptions options}) Future<ResolutionDetails<T>>
toString() String
A string representation of this object.
inherited

Operators

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