challengeMiddleware property
A middleware that answers ACME HTTP-01 challenges, mounted first in the
pipeline of the plaintext transport. null for providers that need no
challenge handling (e.g. StaticTls).
Implementation
@override
Middleware? get challengeMiddleware => null;