protocols property

  1. @override
List<String> get protocols
override

Returns the list of protocols supported by this transport For example: '/ip4/tcp', '/ip6/tcp'

Implementation

@override
List<String> get protocols => _supportedProtocols;