dispose method

void dispose()

Cleanup resources

Implementation

void dispose() {
  _restartTimer?.cancel();
  _restartTimer = null;
  _artServer.stop();
  stopListening();
}