PrimeAssets typedef

PrimeAssets = Future<void> Function(WidgetTester tester)

A function that primes all needed assets for the given tester.

For ready to use implementations see:

Implementation

typedef PrimeAssets = Future<void> Function(WidgetTester tester);