menu
flutter_ai_bridge
flutter_ai_bridge.dart
CircuitBreaker
isAllowed property
isAllowed
dark_mode
light_mode
isAllowed
property
bool
get
isAllowed
Whether requests are currently allowed through.
Implementation
bool get isAllowed => state != CircuitState.open;
flutter_ai_bridge
flutter_ai_bridge
CircuitBreaker
isAllowed property
CircuitBreaker class