Listen for someone leaving the channel.
@override void leaving(Function callback) => on('pusher:member_removed', callback);