done property
The callback to call when the strategy is done
Implementation
void Function(Object? result) get done => _callback.complete;
The callback to call when the strategy is done
void Function(Object? result) get done => _callback.complete;