getAttribute<T> method
Get attribute value by key
Implementation
T? getAttribute<T>(String key) => authorization.getAttribute<T>(key);
Get attribute value by key
T? getAttribute<T>(String key) => authorization.getAttribute<T>(key);