webTemplate top-level property
Implementation
final webTemplate = AppIconTemplate(
platform: Platform.web,
directoryPath: path.join(Directory.current.path, "web"),
imageDirectory: null,
sizes: {"favicon": 256},
extension: "png", // "ico"
);