skip method
Marks this check as skipped (e.g. not applicable to the server).
Implementation
@protected
void skip() => setStatus(CheckStatus.skipped);
Marks this check as skipped (e.g. not applicable to the server).
@protected
void skip() => setStatus(CheckStatus.skipped);