A framework for building convergent cross-platform Nextcloud clients using Flutter.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// ignore_for_file: public_member_api_docs |
|
|
|
/// See https://github.com/nextcloud/news/blob/4a107b3d53c4fe651ac704251b99e04a53cd587f/lib/Db/ListType.php |
|
enum NewsListType { |
|
feed, |
|
folder, |
|
starred, |
|
allItems, |
|
shared, |
|
explore, |
|
unread, |
|
}
|
|
|