notifyChange method
- @Deprecated('Use ChangeNotifier instead to have this method available')
- [ChangeRecord change]
@Deprecated('Use ChangeNotifier instead to have this method available'), inherited
Schedules change
to be delivered.
If change
is omitted then ChangeRecord.any
will be sent.
If there are no listeners to changes, this method does nothing.
Implementation
@Deprecated('Use ChangeNotifier instead to have this method available')
void notifyChange([C change]) => _delegate.notifyChange(change);