updateLastReminderDate method
Updates the last reminder date to now.
Delegates to NotificationPermissionHelper.updateLastReminderDate.
Implementation
Future<void> updateLastReminderDate() => _permissionHelper.updateLastReminderDate();
Updates the last reminder date to now.
Delegates to NotificationPermissionHelper.updateLastReminderDate.
Future<void> updateLastReminderDate() => _permissionHelper.updateLastReminderDate();