of
fun of(coroutineScope: CoroutineScope, vararg challengeCheckers: ChallengeChecker): ChainedChallengeChecker
Creates a ChainedChallengeChecker with the given ChallengeCheckers. The challengeCheckers will be executed in the provided coroutineScope.
Creates a ChainedChallengeChecker with the given ChallengeCheckers. The challengeCheckers will be executed in the provided coroutineScope.