createAndroidNotificationIcon function

void createAndroidNotificationIcon(
  1. String notification
)

Start android adaptive icons

Implementation

void createAndroidNotificationIcon(String notification) {
  var message = 'Creating Android notification icons...';
  CliLogger.info(message);
  _createNotificationIcon(notificationIcons, notification);
}