static bool isValidFileType( String filename, List<String> allowedExtensions, ) => _instance.isValidFileType(filename, allowedExtensions);