getAvailableIcons method

Future<List<String>> getAvailableIcons()

Gets all registered alternate icon names available in the app.

Implementation

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