getAnnotationStrokes method

List<AnnotationStroke> getAnnotationStrokes(
  1. String sharerIdentity
)

Implementation

List<AnnotationStroke> getAnnotationStrokes(String sharerIdentity) =>
    List.unmodifiable(_strokesBySharer[sharerIdentity] ?? const []);