trySynchronize method
Future<DatumEither<DatumError, DatumSyncResult<T> > >
trySynchronize(
- String userId, {
- DatumSyncOptions<
DatumEntityInterface> ? options, - DatumSyncScope? scope,
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));