unobserved method

  1. @protected
  2. @mustCallSuper
  3. @Deprecated('Use ChangeNotifier instead to have this method available')
void unobserved()

May override to be notified when changes is no longer observed.

Implementation

@protected
@mustCallSuper
@Deprecated('Use ChangeNotifier instead to have this method available')
// REMOVE IGNORE when https://github.com/dart-lang/observable/issues/10
void unobserved() => _delegate.unobserved();