getAllScreenshots method

List<ScreenshotData> getAllScreenshots()

Get all stored screenshots

Implementation

List<ScreenshotData> getAllScreenshots() {
  return List.unmodifiable(_allScreenshots);
}