isVideo function

bool isVideo(
  1. String path
)

Implementation

bool isVideo(String path) =>
    videoFormats.contains(extension(path).toLowerCase());