enableCaching static method
Enables local caching for Firestore data.
Implementation
static Future<void> enableCaching() async {
instance.settings = const Settings(persistenceEnabled: true);
}
Enables local caching for Firestore data.
static Future<void> enableCaching() async {
instance.settings = const Settings(persistenceEnabled: true);
}