OnSendProgress typedef

OnSendProgress = void Function(int sentBytes, int totalBytes)

Implementation

typedef OnSendProgress = void Function(int sentBytes, int totalBytes);