asyncNothing function

Future<void> asyncNothing()

Literally does nothing, but asynchronously.

Implementation

Future<void> asyncNothing() async {}