enableNetwork static method

Future<void> enableNetwork()

Enables network access for Firestore.

Implementation

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