ClearAndPushMultipleUri typedef

ClearAndPushMultipleUri = Future<void> Function(List<Uri>)

clear the stack of pages and push a batch of pages

Implementation

typedef ClearAndPushMultipleUri = Future<void> Function(List<Uri>);