loadedFiles property
A reference to the loaded files absolute URLs.
This is a map of fileNames to pre-loaded URIs. On mobile/desktop, the URIs are from local files where the bytes have been copied. On web, the URIs are external links for pre-loaded files.
Implementation
final Map<String, Uri> loadedFiles = {};