trySynchronize method

Non-throwing variant of synchronize.

Implementation

Future<DatumEither<DatumError, DatumSyncResult<T>>> trySynchronize(
  String userId, {
  DatumSyncOptions<DatumEntityInterface>? options,
  DatumSyncScope? scope,
}) =>
    _guard(() => synchronize(userId, options: options, scope: scope));