IteratePubPathHandler typedef

IteratePubPathHandler = FutureOr<bool> Function(String pubPath)

Pub path handler. Return true to continue, false to stop the iteration.

Implementation

typedef IteratePubPathHandler = FutureOr<bool> Function(String pubPath);