menu
flutter_ai_bridge
flutter_ai_bridge.dart
CancellationToken
isCancelled property
isCancelled
dark_mode
light_mode
isCancelled
property
bool
get
isCancelled
Whether cancellation has been requested.
Implementation
bool get isCancelled => _completer.isCompleted;
flutter_ai_bridge
flutter_ai_bridge
CancellationToken
isCancelled property
CancellationToken class