Merge pull request #298 from appwrite/dev

feat: Flutter SDK update for version 21.1.0
This commit is contained in:
Luke B. Silver
2026-02-13 14:28:32 +00:00
committed by GitHub
+1
View File
@@ -87,6 +87,7 @@ class Channel<T> {
static String files() => 'files';
static String executions() => 'executions';
static String teams() => 'teams';
static String memberships() => 'memberships';
}
// --- DATABASE ROUTE ---