notify abstract method

  1. @protected
void notify([
  1. VoidCallback? fn
])

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]);