getAvailableIcons method

Future<List<String>> getAvailableIcons()

Gets a list of available alternate icon names.

Implementation

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