webTemplate top-level property

AppIconTemplate webTemplate
final

Implementation

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