FeatureServiceApiDelegate class
Constructors
- FeatureServiceApiDelegate(ApiClient apiClient)
Properties
- apiClient → ApiClient
-
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<ApiResponse> -
getFeatureStates_decode(
Stream< List< body) → Future<int> >List< FeatureEnvironmentCollection> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setFeatureState(
String sdkUrl, String featureKey, FeatureStateUpdate featureStateUpdate, {Options? options}) → Future< ApiResponse> -
setFeatureState_decode(
Stream< List< body) → Future<int> >void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited