addSmallDelay method

Future<void> addSmallDelay()

Implementation

Future<void> addSmallDelay() async =>
    await Future.delayed(const Duration(milliseconds: 50));