RemoveUri typedef

RemoveUri = void Function(Uri)

allow you to remove a specific Uri in the List of Uri

Implementation

typedef RemoveUri = void Function(Uri);