shutdown static method
Shuts down the Firestore instance. If used again, a new instance has to be created by calling FS.init().
Implementation
static Future<void> shutdown() {
return instance.terminate();
}
Shuts down the Firestore instance. If used again, a new instance has to be created by calling FS.init().
static Future<void> shutdown() {
return instance.terminate();
}