id property

  1. @override
PeerId get id
override

ID returns the (local) peer.ID associated with this Host

Implementation

@override
PeerId get id => _host.id;