setAlternateIconName method

Future<void> setAlternateIconName(
  1. String? iconName, {
  2. bool showAlert = true,
})

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