GitHubConfig constructor
GitHubConfig({
- String? appInstallationId,
- OAuthCredential? authorizerCredential,
Implementation
GitHubConfig({
this.appInstallationId,
this.authorizerCredential,
});