menu
dart_libp2p package
documentation
p2p/protocol/stomp/stomp_service.dart
StompService
getClient method
getClient method
dark_mode
light_mode
getClient
method
StompClient
?
getClient
(
PeerId
peerId
)
Gets a client for a specific peer
Implementation
StompClient? getClient(PeerId peerId) { return _clients[peerId]; }
dart_libp2p package
documentation
p2p/protocol/stomp/stomp_service
StompService
getClient method
StompService class