resumeFromBackground method

Future<void> resumeFromBackground()

Wakes up the FileDownloader from possible background state, triggering a stream of updates that may have been processed while in the background, and have not yet reached the callbacks or listener

Calling this method multiple times has no effect.

Implementation

Future<void> resumeFromBackground() =>
    _downloader.retrieveLocallyStoredData();