notify method

void notify(
  1. bool data
)

Implementation

void notify(bool data) => notifier.setValue(data);