FeatureFlagsApi class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createFeatureFlag({required CreateFeatureFlagRequest createFeatureFlagRequest, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<SuccessResponse>>
-
Create Feature Flag
Create feature flag.
-
deleteFeatureFlag({required String featureFlagKey, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<SuccessResponse>>
-
Delete Feature Flag
Delete feature flag
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateFeatureFlag({required String featureFlagKey, required String name, required String description, required String type, required String allowOverrideLevel, required String defaultValue, CancelToken? cancelToken, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress})
→ Future<Response<SuccessResponse>>
-
Replace Feature Flag
Update feature flag.