enableNetwork method
Re-enables use of the network for this Firestore instance after a prior call to disableNetwork.
Implementation
Future enableNetwork() => handleThenable(jsObject.enableNetwork());
Re-enables use of the network for this Firestore instance after a prior call to disableNetwork.
Future enableNetwork() => handleThenable(jsObject.enableNetwork());