assetDescriptorByName static method
- FilesDelegate delegate,
- String name
Implementation
static AssetDescriptor? assetDescriptorByName(
FilesDelegate delegate, String name) {
AssetDescriptor? descriptor;
return descriptor;
}
static AssetDescriptor? assetDescriptorByName(
FilesDelegate delegate, String name) {
AssetDescriptor? descriptor;
return descriptor;
}