downloadProgress property

double? downloadProgress

Current downloadProgress of the Player

Implementation

double? get downloadProgress {
  return LWM.bindings.PlayerGetDownloadProgress(
    id
  );
}