future property

Future<void>? future

It is possible to wait while the file is being picked up.

ファイルをピックアップしている間待つことが可能です。

Implementation

Future<void>? get future => _completer?.future;