GithubClient constructor

GithubClient({
  1. required String tokenGithub,
})

Implementation

GithubClient({
  required super.tokenGithub,
});