SysProgressListener<O> typedef

SysProgressListener<O> = void Function(int? loaded, int? total, double? ratio, bool upload)

Progress function.

Implementation

typedef SysProgressListener<O> = void Function(
    int? loaded, int? total, double? ratio, bool upload);