flow abstract method

Future<Channel> flow(
  1. bool active
)

Enable or disable the flow of messages to the client depending on active flag. This call should be used to notify the server that the client cannot handle the volume of incoming messages on the channel.

Returns a Future<Channel> with the affected channel.

Implementation

Future<Channel> flow(bool active);