stop abstract method

FutureOr<void> stop()

Stops this replicator, if running.

This method returns immediately; when the replicator actually stops, the replicator will change the ReplicatorActivityLevel of its status to ReplicatorActivityLevel.stopped. and the changes stream will be notified accordingly.

Implementation

FutureOr<void> stop();