resolve method

void resolve(
  1. FileInfo fileInfo
)

Provide a synthetic FileInfo to bypass the download.

Implementation

void resolve(FileInfo fileInfo) => _onResolve(fileInfo);