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