notify abstract method
Protected method used to notify listeners about changes in model. Optional callback can be passed to be executed before the notification.
Implementation
@protected
void notify([VoidCallback? fn]);
Protected method used to notify listeners about changes in model. Optional callback can be passed to be executed before the notification.
@protected
void notify([VoidCallback? fn]);