dispose method

void dispose()
inherited

Dispose the tracker

Implementation

void dispose() {
  stop();
  _controller.close();
  onDispose();
}