p2pPeerDesc method
Get description of the p2p peer from subscription cache
Implementation
TopicSubscription? p2pPeerDesc() {
if (!isP2P()) {
return null;
}
return _users[name];
}
Get description of the p2p peer from subscription cache
TopicSubscription? p2pPeerDesc() {
if (!isP2P()) {
return null;
}
return _users[name];
}