getAllDrawings method

Map<int, List<PaintContent>> getAllDrawings()

Returns all drawings across all pages.

Implementation

Map<int, List<PaintContent>> getAllDrawings() {
  return _history;
}