TokenFilter typedef

TokenFilter = Future<List<Token>> Function(List<Token> tokens)

A filter function that returns a subset of tokens.

Implementation

typedef TokenFilter = Future<List<Token>> Function(List<Token> tokens);