setAnnotationConfigurations abstract method

Future<bool?> setAnnotationConfigurations(
  1. Map<AnnotationTool, AnnotationConfiguration> configurations
)

Sets the annotation preset configurations for the given annotation tools. @param configurations A map of annotation tools and their corresponding configurations. @param modifyAssociatedAnnotations Whether to modify the annotations associated with the old configuration. Only used for Android. @return True if the configurations were set successfully, false otherwise.

Implementation

Future<bool?> setAnnotationConfigurations(
  Map<AnnotationTool, AnnotationConfiguration> configurations,
);