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