Skip to content

Commit a16acb6

Browse files
Declare accessDataOffline_configure() async
1 parent 8c84a89 commit a16acb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_snippets_app/lib/snippets/firestore.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ class FirestoreSnippets extends DocSnippet {
911911
// [END paginate_data_set_cursor_based_on_multiple_fields]
912912
}
913913

914-
void accessDataOffline_configure() {
914+
void accessDataOffline_configure() async {
915915
// [START access_data_offline_configure_offline_persistence]
916916
// Apple and Android
917917
db.settings = const Settings(persistenceEnabled: true);

0 commit comments

Comments
 (0)