PushMultipleUri typedef

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

allow you to push multiple Uri in one batch and remove the animation of all except the last one

Implementation

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