use method

void use(
  1. Guard guard
)

assign Guard to work globally on any request with any method

Implementation

void use(Guard guard) => _globalGuards.add(guard);