findBy static method

Retrieves the corresponding ID's notification data from SharedPreferences.

If the data is not found, this will return null.

Implementation

static Future<LongTimeNoNotification?> findBy(String id) {
  return LongTimeNoNotificationDelegate.findBy(id, _repository);
}