setAlternateIconName method
Sets the app icon to iconName, or restores default icon if iconName is null or empty.
Implementation
Future<void> setAlternateIconName(
String? iconName, {
bool showAlert = true,
}) {
throw UnimplementedError('setAlternateIconName() has not been implemented.');
}