DiscoItemsRequestCallback typedef

DiscoItemsRequestCallback = Future<List<DiscoItem>> Function()

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

Implementation

typedef DiscoItemsRequestCallback = Future<List<DiscoItem>> Function();