GithubService constructor

GithubService()

Implementation

GithubService() {
  _dio = createDio()..options.baseUrl = 'https://api.github.com/';
}