fail method Null safety
override
For integration, "failure" just returns. It takes a loooong time
to get here anyway -- see maxIterations
.
Implementation
@override
fail() {
throw 'unreachable';
}
For integration, "failure" just returns. It takes a loooong time
to get here anyway -- see maxIterations
.
@override
fail() {
throw 'unreachable';
}