PathJoinCallback typedef

PathJoinCallback = Iterable<String> Function(Uri otherUrl, Uri currentUrl)

Implementation

typedef PathJoinCallback = Iterable<String> Function(
  Uri otherUrl,
  Uri currentUrl,
);