We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bacf9d5 commit f03f75fCopy full SHA for f03f75f
packages/nextcloud/lib/src/helpers/core.dart
@@ -37,6 +37,7 @@ extension CoreStatusVersionCheck on core.Status {
37
);
38
}
39
40
+// https://github.com/nextcloud/server/blob/master/lib/public/Share/IShare.php
41
enum ShareType {
42
user,
43
group,
@@ -54,4 +55,7 @@ enum ShareType {
54
55
userroom,
56
deck,
57
deckUser,
58
+ // ignore: unused_field
59
+ _unused,
60
+ scienceMesh,
61
0 commit comments