Skip to content

Commit 5ca3917

Browse files
dean-journeyappssimolus3
authored andcommitted
Updated documentation in SyncingService to streamline error handling comments, replacing multiple error handler parameters with a single optional error handler for sync-related errors.
1 parent 9a69c89 commit 5ca3917

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/powersync_attachments_stream/lib/src/sync/syncing_service.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ import '../abstractions/sync_error_handler.dart';
3030
/// - [remoteStorage]: The remote storage implementation for handling file operations.
3131
/// - [localStorage]: The local storage implementation for managing files locally.
3232
/// - [attachmentsService]: The service for managing attachment states and operations.
33-
/// - [getLocalUri]: A function to resolve the local URI for a given filename.
34-
/// - [onDownloadError], [onUploadError], [onDeleteError]: Optional error handlers for managing sync-related errors.
33+
/// - [errorHandler]: Optional error handler for managing sync-related errors.
3534
class SyncingService {
3635
final AbstractRemoteStorageAdapter remoteStorage;
3736
final AbstractLocalStorageAdapter localStorage;

0 commit comments

Comments
 (0)