getGuard method

Guard getGuard(
  1. String guardName
)

Gets a guard instance by name

guardName The guard name Returns the guard instance

Implementation

Guard getGuard(String guardName) {
  return _getOrCreateGuard(guardName);
}