enableNetwork method

Future<void> enableNetwork()

Re-enables use of the network for this Firestore instance after a prior call to disableNetwork().

Implementation

Future<void> enableNetwork() {
  throw UnimplementedError('enableNetwork() is not implemented');
}