receivedKB property
double
get
receivedKB
Converts the download progress to kilobytes.
Implementation
double get receivedKB => receivedByte / 1024;
Converts the download progress to kilobytes.
double get receivedKB => receivedByte / 1024;