enableCaching static method
Enables local caching for Firestore data.
Implementation
static Future<void> enableCaching() async {
instance.setPersistenceEnabled(true);
}
Enables local caching for Firestore data.
static Future<void> enableCaching() async {
instance.setPersistenceEnabled(true);
}