onChange method

Future onChange()

On Watchable change

Implementation

Future<dynamic> onChange() async {
  return null;
}