clearAnnotationStrokes method
void
clearAnnotationStrokes(
Implementation
void clearAnnotationStrokes(String sharerIdentity) {
_strokesBySharer[sharerIdentity]?.clear();
notifyListeners();
}
void clearAnnotationStrokes(String sharerIdentity) {
_strokesBySharer[sharerIdentity]?.clear();
notifyListeners();
}