dispose method

void dispose()

Implementation

void dispose() {
  stopAnalysis();
  _insightsController.close();
  _httpClient.close();
}