stop abstract method

  1. @override
Future<void> stop()
override

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

@override
Future<void> stop();