method

after_unsubscribe

after_unsubscribe(*methods, &block)
public

No documentation available.

# File actioncable/lib/action_cable/channel/callbacks.rb, line 71
        def after_unsubscribe(*methods, &block)
          set_callback(:unsubscribe, :after, *methods, &block)
        end