dispose method

void dispose()

Dispose the resources

Implementation

void dispose() {
  _localChangesSubscription?.cancel();
  _localChangesSubscription = null;

  _failuresHandler.dispose();
}