ready property

Future<bool> ready

True when initialization is complete and downloader ready for use

Implementation

Future<bool> get ready => _downloader.ready;