enableNetwork method
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();
}
Enables the network for this instance. Any pending local-only writes will be written to the remote servers.
Future<void> enableNetwork() {
return _delegate.enableNetwork();
}