clientMultiCredentialsMultiUrls static method
Like client, but accepts a list of credentials and a list of URLs to work with multiple servers.
When passing multiple credentials, does not support SyncCredentials.none.
Implementation
@Deprecated('Use the SyncClient constructor instead')
static SyncClient clientMultiCredentialsMultiUrls(Store store,
List<String> serverUrls, List<SyncCredentials> credentials,
{Map<String, String>? filterVariables,
List<String>? certificatePaths,
int? flags}) =>
SyncClient(store, serverUrls, credentials,
filterVariables: filterVariables,
certificatePaths: certificatePaths,
flags: flags);