SessionIoAuthHeader constructor
const
SessionIoAuthHeader({
- String scheme = 'Bearer',
Constructs a new SessionIoAuthHeader
Implementation
const SessionIoAuthHeader({this.scheme = 'Bearer'});