stopListeningForWhisper method

Channel stopListeningForWhisper(
  1. String event, [
  2. Function? callback
])

Stop listening for a whisper event on the channel instance.

Implementation

Channel stopListeningForWhisper(String event, [Function? callback]) =>
    stopListening('.client-$event', callback);