appOpenUnlockUntilAppResume static method

void appOpenUnlockUntilAppResume({
  1. Duration? andLockFor,
})

Implementation

static void appOpenUnlockUntilAppResume({Duration? andLockFor}) {
  _appOpenLockedUntilAppResumed = false;
  andLockFor?.let((it) => appOpenLockShowFor(it));
}