part of 'neon_notifications.dart'; class NotificationsAppSpecificOptions extends NotificationsOptionsInterface { NotificationsAppSpecificOptions(super.storage) { super.categories = []; super.options = []; } }