hasGuard abstract method

bool hasGuard(
  1. String guardName
)

Checks if a guard exists

guardName The guard name to check Returns true if guard exists

Implementation

bool hasGuard(String guardName);