supportedFile function

bool supportedFile(
  1. String path
)

Implementation

bool supportedFile(String path) => detectFileType(path) != null;