createSync static method

Creates a replicator for replicating Documents between a local SyncDatabase and a target database.

Implementation

// ignore: prefer_constructors_over_static_methods
static Future<SyncReplicator> createSync(ReplicatorConfiguration config) =>
    SyncReplicator.create(config);