DiscoInfoRequestCallback typedef

DiscoInfoRequestCallback = Future<DiscoInfo> Function()

Callback that is called when a disco#info requests is received on a given node.

Implementation

typedef DiscoInfoRequestCallback = Future<DiscoInfo> Function();