certbotCleanupHookPath property

String certbotCleanupHookPath

Implementation

String get certbotCleanupHookPath =>
    env[certbotCleanupHookPathKey] ?? 'cleanup_hook';
void certbotCleanupHookPath=(String certbotCleanupHookPath)

Implementation

set certbotCleanupHookPath(String certbotCleanupHookPath) =>
    env[certbotCleanupHookPathKey] = certbotCleanupHookPath;