createMulti method Null safety
- List<
PolygonAnnotationOptions> annotations
Create multi annotations with the options.
Implementation
Future<List<PolygonAnnotation?>> createMulti(
List<PolygonAnnotationOptions> annotations) =>
messager.createMulti(id, annotations);