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