dispose method

void dispose()

dispose cancels the subscription to the store

Implementation

void dispose() {
  _subscription.cancel();
}