OnUploadProgressCallback typedef

OnUploadProgressCallback = void Function(int sentBytes, int totalBytes)

Implementation

typedef void OnUploadProgressCallback(int sentBytes, int totalBytes);