Deletes data from SharedPreferences for the notification whose IDs are passed as an argument.
static Future<bool> clear(List<String> ids) { return LongTimeNoNotificationDelegate.clear(ids, _repository); }