completionFuture property

Future<void> get completionFuture

Returns a future that completes when all libraries have been downloaded.

Can be used to wait for the library download operation to complete or to catch any errors that occurred during the download process.

Returns a future that completes when the download operation is finished.

Implementation

Future<void> get completionFuture => _librariesCompleter.future;