PushUri typedef

PushUri = Future<void> Function(Uri)

allow you to push one Uri

Implementation

typedef PushUri = Future<void> Function(Uri);