createIcons abstract method

void createIcons(
  1. Map<String, dynamic> config,
  2. String? flavor
)

Create all icons for the current platform based on the contents of config and the flavor.

Implementation

void createIcons(final Map<String, dynamic> config, final String? flavor);