Make stream_chat_persistence a add on dependency instead of shipping it with the llc

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-27 12:52:37 +05:30
parent f48b7c8882
commit 1521558304
16 changed files with 126 additions and 187 deletions
@@ -11,7 +11,7 @@ class SharedDB {
static constructOfflineStorage(
String dbName, {
logStatements = false,
bool logStatements = false,
}) {
throw 'Unsupported Platform';
}