start method

Future<void> start ()

Starts the replicator.

The replicator runs asynchronously and will report its progress throuh the replicator change notification.

Implementation

Future<void> start() async {
  await _channel.invokeMethod('startReplicator', this);
}