A framework for building convergent cross-platform Nextcloud clients using Flutter.
 
 

8 lines
253 B

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