enableNetwork method

Future enableNetwork()

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

Implementation

Future enableNetwork() => handleThenable(jsObject.enableNetwork());