isProtected method
Returns true if the peer is protected for some tag; if the tag is the empty string then it will return true if the peer is protected for any tag
Implementation
@override
bool isProtected(PeerId peerId, String tag) => false;
Returns true if the peer is protected for some tag; if the tag is the empty string then it will return true if the peer is protected for any tag
@override
bool isProtected(PeerId peerId, String tag) => false;