DriveProgress typedef

DriveProgress = void Function(ProgressEvent event)

Sink for live sync progress, fed omnydrive ProgressEvents as each file is uploaded/downloaded (directory mounts) or as a git push/clone advances.

Implementation

typedef DriveProgress = void Function(ProgressEvent event);