getAssetTypeOfFile method
Implementation
SlideAssetType? getAssetTypeOfFile(File file) {
// check if filename starts with prefix
return SlideAssetType.tryParse(p.basenameWithoutExtension(file.path));
}
SlideAssetType? getAssetTypeOfFile(File file) {
// check if filename starts with prefix
return SlideAssetType.tryParse(p.basenameWithoutExtension(file.path));
}