abort method
void
abort()
Aborts the currently active probe, if any.
Implementation
void abort() {
_aborted = true;
_active?.abort();
}
Aborts the currently active probe, if any.
void abort() {
_aborted = true;
_active?.abort();
}