Listen constructor

Listen(
  1. dynamic cancel()
)

Implementation

Listen(Function() cancel) {
  _cancel = cancel;
}