add method

void add(
  1. ValueChanged<bool> listen
)

Implementation

void add(ValueChanged<bool> listen) => _controller.stream.listen(listen);