PathJoinStrategyCallback typedef

PathJoinStrategyCallback = PathJoinStrategy Function(Uri otherUri, Uri currentUri)

Implementation

typedef PathJoinStrategyCallback = PathJoinStrategy Function(
  Uri otherUri,
  Uri currentUri,
);