replaceAnnotationStrokes method
Implementation
void replaceAnnotationStrokes(
String sharerIdentity, List<AnnotationStroke> strokes) {
_strokesBySharer[sharerIdentity] = List.from(strokes);
notifyListeners();
}
void replaceAnnotationStrokes(
String sharerIdentity, List<AnnotationStroke> strokes) {
_strokesBySharer[sharerIdentity] = List.from(strokes);
notifyListeners();
}