uploading property

Future<void>? uploading

You can wait for the file to be uploaded.

The full path to the upload destination can be obtained as a return value.

ファイルのアップロードを待つことができます。

戻り値としてアップロード先のフルパスを取得することが出来ます。

Implementation

Future<void>? get uploading => _uploadCompleter?.future;