onProgress property

dynamic Function(int bytes)? onProgress
final

Called when bytes of data have been successfully written to file.

Implementation

final Function(int bytes)? onProgress;