downloadStateNotifier property
SafeValueNotifier<DownloadState>
get
downloadStateNotifier
当前下载状态
Implementation
SafeValueNotifier<DownloadState> get downloadStateNotifier =>
_downloadManager.stateNotifier;