removeProtocols abstract method

Future<void> removeProtocols(
  1. PeerId id,
  2. List<ProtocolID> protocols
)

RemoveProtocols removes the given protocols from the peer.

Implementation

Future<void> removeProtocols(PeerId id, List<ProtocolID> protocols);