type

LibFiles

@Js
const mixin LibFiles

Access to file resources packaged with library.

methods

get

Get a file in this library (treat this file as readonly)

isSupported

Return if this API is supported, will be false in browser environments.

list

List resource files in this library.

Slot Details

get

abstract File? get(Uri uri, Bool checked := true)

Get a file in this library (treat this file as readonly)

isSupported

abstract Bool isSupported()

Return if this API is supported, will be false in browser environments.

list

abstract Uri[] list()

List resource files in this library.