shouldShowPeriodicReminder method

Future<bool> shouldShowPeriodicReminder()

Checks if enough time has passed to show a permission reminder.

Delegates to NotificationPermissionHelper.shouldShowPeriodicReminder.

Implementation

Future<bool> shouldShowPeriodicReminder() =>
    _permissionHelper.shouldShowPeriodicReminder(intervalDays: _reminderIntervalDays);