protocols abstract method
Protocols returns a list of all registered protocol ID strings. Note that the Router may be able to handle protocol IDs not included in this list if handlers were added with match functions using AddHandlerWithFunc.
Implementation
Future<List<ProtocolID>> protocols();