RacHttpProgressCallbackNative typedef

RacHttpProgressCallbackNative = Void Function(Int64 bytesDownloaded, Int64 totalBytes, Pointer<Void> callbackUserData)

HTTP progress callback: void (progress)(int64_t bytes_downloaded, int64_t total_bytes, void callback_user_data)

Implementation

typedef RacHttpProgressCallbackNative = Void Function(
  Int64 bytesDownloaded,
  Int64 totalBytes,
  Pointer<Void> callbackUserData,
);