clearAnnotationStrokes method

void clearAnnotationStrokes(
  1. String sharerIdentity
)

Implementation

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