setStore method

void setStore(
  1. FirebaseFirestore store
)

Set the internal Firebase store used to interact with the cloud_firestore APIs. Used in tests to mock out the store.

Implementation

void setStore(FirebaseFirestore store) {
  _firestore = store;
}