getOAuth2Service method

OAuth2Service getOAuth2Service()

Implementation

OAuth2Service getOAuth2Service() {
  _oauth2service ??= OAuth2Service(this);
  return _oauth2service!;
}