onChangeHandler method

Future<bool> onChangeHandler()

Implementation

Future<bool> onChangeHandler() async {
  return _onChange != null ? await EventHandler(this).execute(_onChange) : true;
}