copyIcLauncherIos method

void copyIcLauncherIos(
  1. String flavor
)

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);
}