Listener constructor

Listener(
  1. String event,
  2. callbackPayload callback
)

Implementation

Listener(this.event, this.callback);