GitHubSignIn constructor
GitHubSignIn({})
Implementation
GitHubSignIn({
required this.clientId,
required this.clientSecret,
required this.redirectUrl,
this.scope = "user,gist,user:email",
this.title = "",
this.centerTitle,
this.allowSignUp = true,
this.clearCache = true,
this.userAgent,
Dio? dio,
}) : _dio = dio ?? Dio();