enableNetwork method

Future<void> enableNetwork()

Enables the network for this instance. Any pending local-only writes will be written to the remote servers.

Implementation

Future<void> enableNetwork() {
  return _delegate.enableNetwork();
}