removeProtocols abstract method
RemoveProtocols removes the given protocols from the peer.
Implementation
Future<void> removeProtocols(PeerId id, List<ProtocolID> protocols);
RemoveProtocols removes the given protocols from the peer.
Future<void> removeProtocols(PeerId id, List<ProtocolID> protocols);