shutdown static method

Future<void> shutdown()

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();
}