dispose method

void dispose()

Disposes of resources

Implementation

void dispose() {
  _networkService.dispose();
}