sendChannelUpdate method

void sendChannelUpdate(
  1. String name,
  2. {required bool listening}
)

Implementation

void sendChannelUpdate(String name, {required bool listening}) => _sendChannelUpdate(name, listening);