SyncErrorHandler typedef

SyncErrorHandler = void Function(SyncError)

The signature of a callback that will be invoked whenever a SyncError occurs for the synchronized realm.

Client reset errors will not be reported through this callback as they are handled by ClientResetHandler.

Implementation

typedef SyncErrorHandler = void Function(SyncError);