ClearAndPushUri typedef

ClearAndPushUri = Future<void> Function(Uri)

clear the stack of pages and push one Uri

Implementation

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