BaseFlagRequest constructor
BaseFlagRequest({
- String? apiKey,
- EvaluationContext? context,
- bool? enableOfflineMode,
- bool invalidateCache = false,
- dynamic onBeforeRequest()?,
- dynamic onSuccess()?,
- dynamic onError(
- DioException,
- dynamic
Implementation
BaseFlagRequest({
this.apiKey,
this.context,
this.enableOfflineMode,
this.invalidateCache = false,
this.onBeforeRequest,
this.onSuccess,
this.onError,
});