eightSeconds function

Future<void> eightSeconds()

instead of await Future.delayed(const Duration(seconds:8));

Implementation

Future<void> eightSeconds() => forSeconds(8);