useIsolateSync property

bool useIsolateSync
final

Whether to offload the entire synchronization process to a background isolate.

Requires that LocalAdapter and RemoteAdapter be sendable to an isolate. This usually means they cannot hold open database connections or other non-sendable resources directly, or they must be able to re-establish connections in the new isolate.

Implementation

final bool useIsolateSync;