void close()

in lib/src/authorization_code_grant.dart [340:343]


  void close() {
    _httpClient?.close();
    _httpClient = null;
  }