done property

void Function(Object? result) get done
inherited

The callback to call when the strategy is done

Implementation

void Function(Object? result) get done => _callback.complete;