updateLastReminderDate method

Future<void> updateLastReminderDate()

Updates the last reminder date to now.

Delegates to NotificationPermissionHelper.updateLastReminderDate.

Implementation

Future<void> updateLastReminderDate() => _permissionHelper.updateLastReminderDate();