GitHubConfig constructor

GitHubConfig({
  1. String? appInstallationId,
  2. OAuthCredential? authorizerCredential,
})

Implementation

GitHubConfig({
  this.appInstallationId,
  this.authorizerCredential,
});