close

actual open override fun close()(source)
expect open override fun close()(source)

Immediately close the replicator and free its resources. We recommend the use of this method on Replicators that are in the STOPPED state. If the replicator is not stopped, this method will make a best effort attempt to stop it but will not wait to confirm that it was stopped cleanly. Any attempt to restart a closed replicator will result in a CouchbaseLiteError. This includes calls to getPendingDocIds and isDocPending.

actual open override fun close()(source)
actual open override fun close()(source)