copyIcLauncherIos method
Implementation
void copyIcLauncherIos(String flavor) {
final from = join(current, 'ic_launcher', flavor, 'ios');
final to = join(current, 'ios', 'Runner', 'Assets.xcassets');
copyTree(from, to, overwrite: true);
}
void copyIcLauncherIos(String flavor) {
final from = join(current, 'ic_launcher', flavor, 'ios');
final to = join(current, 'ios', 'Runner', 'Assets.xcassets');
copyTree(from, to, overwrite: true);
}