downloading property

Future<void>? downloading

If a file is being downloaded, you can wait.

The full path of the cache to download can be obtained as a return value.

ファイルをダウンロード中の場合待つことができます。

戻り値としてダウンロード先のキャッシュのフルパスを取得することが出来ます。

Implementation

Future<void>? get downloading => _downloadCompleter?.future;