screenshotHistory property

List<ThreadCaptureState> screenshotHistory
final

A list of captured screenshots. Each element in the list represents the state of a screenshot captured by the isolate.

Implementation

final List<ThreadCaptureState> screenshotHistory = [];