getAlternateIconName method

Future<String?> getAlternateIconName()

Fetches the current iconName

Returns null if the current icon is the default icon

Implementation

Future<String?> getAlternateIconName() async {
  throw UnimplementedError('initialize() has not been implemented.');
}