OnTransferProgress typedef

OnTransferProgress = dynamic Function(int bytes, int total, double percents)

Implementation

typedef OnTransferProgress = Function(int bytes, int total, double percents);