waitBeforeRetry method

Future<void> waitBeforeRetry()

Implementation

Future<void> waitBeforeRetry() async {
  await Future.delayed(retryDelay);
}