FeatureServiceApi class
Constructors
- FeatureServiceApi(ApiClient apiClient)
Properties
- apiDelegate → FeatureServiceApiDelegate
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getFeatureStates(
List< String> apiKey, {Options? options, String? contextSha}) → Future<List< FeatureEnvironmentCollection> > - Requests all features for this sdkurl and disconnects
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setFeatureState(
String sdkUrl, String featureKey, FeatureStateUpdate featureStateUpdate, {Options? options}) → Future< void> - Requests all features for this sdkurl and disconnects
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited