initialize method
Initializes plugin with icons and defaultIcon.
Should be called before any other method
Implementation
Future<void> initialize(List<String> icons, String defaultIcon) {
  throw UnimplementedError(
      'initialize(List<String> icons, String defaultIcon) has not been implemented.');
}