We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecd906 commit 86623f4Copy full SHA for 86623f4
packages/powersync_core/lib/src/sync/sync_status.dart
@@ -326,6 +326,9 @@ final class InternalSyncDownloadProgress {
326
/// This reports the `total` amount of operations to download, how many of them
327
/// have alreaady been `completed` and finally a `fraction` indicating relative
328
/// progress (as a number between `0.0` and `1.0`)
329
+///
330
+/// To obtain these values, use [SyncDownloadProgress] available through
331
+/// [SyncStatus.downloadProgress].
332
typedef ProgressWithOperations = ({
333
int total,
334
int completed,
0 commit comments