FeatureFlagsApi class

Constructors

FeatureFlagsApi(Dio _dio, Serializers _serializers)
const

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, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<SuccessResponse>>
Create Feature Flag Create feature flag.
deleteFeatureFlag({required String featureFlagKey, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, 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, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<SuccessResponse>>
Replace Feature Flag Update feature flag.

Operators

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