getAlternateIconName method

Future<String?> getAlternateIconName()

Gets the currently active alternate icon name, or null if the default icon is active.

Implementation

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