start method
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);
}
Starts the replicator.
The replicator runs asynchronously and will report its progress throuh the replicator change notification.
Future<void> start() async {
await _channel.invokeMethod('startReplicator', this);
}