disableNetwork static method

Future<void> disableNetwork()

Disables network access for Firestore.

Implementation

static Future<void> disableNetwork() async {
  await instance.disableNetwork();
}