authorizerOf<T extends Auth<AuthKeys> > static method
Implementation
static Authorizer<T> authorizerOf<T extends Auth>(BuildContext context) {
return of<T>(context).authorizer;
}
static Authorizer<T> authorizerOf<T extends Auth>(BuildContext context) {
return of<T>(context).authorizer;
}