supportsAlternateIcons method

Future<bool> supportsAlternateIcons()

Indicates whether the current platform supports dynamic app icons

Implementation

Future<bool> supportsAlternateIcons() async {
  throw UnimplementedError('initialize() has not been implemented.');
}