getHttpDownloadProgressPct method

bool getHttpDownloadProgressPct(
  1. HttpRequestHandle hRequest,
  2. Pointer<Float> percentOut
)

Implementation

bool getHttpDownloadProgressPct(
  HttpRequestHandle hRequest,
  Pointer<Float> percentOut,
) =>
    _getHttpDownloadProgressPct.call(
      this,
      hRequest,
      percentOut,
    );