LibFiles
@Js
const mixin LibFiles
Access to file resources packaged with library.
Get a file in this library (treat this file as readonly)
Return if this API is supported, will be false in browser environments
List resource files in this library
abstract File? get(Uri uri, Bool checked)
Get a file in this library (treat this file as readonly)
abstract Bool isSupported()
Return if this API is supported, will be false in browser environments.
abstract Uri[] list()
List resource files in this library.