OnReceiveProgressSpeedCallback typedef

OnReceiveProgressSpeedCallback = void Function(int received, int total, double speed, Duration? eta)

Implementation

typedef OnReceiveProgressSpeedCallback =
    void Function(int received, int total, double speed, Duration? eta);