client property
Client
get
client
Implementation
oauth2.Client get client => initialized
? oauthClient!
: throw StateError(
'OAuthAccessControl has not been initialized. '
'Call init() before accessing the client.',
);