We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c84a89 commit a16acb6Copy full SHA for a16acb6
packages/firebase_snippets_app/lib/snippets/firestore.dart
@@ -911,7 +911,7 @@ class FirestoreSnippets extends DocSnippet {
911
// [END paginate_data_set_cursor_based_on_multiple_fields]
912
}
913
914
- void accessDataOffline_configure() {
+ void accessDataOffline_configure() async {
915
// [START access_data_offline_configure_offline_persistence]
916
// Apple and Android
917
db.settings = const Settings(persistenceEnabled: true);
0 commit comments