screenshotHistory property
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 = [];
A list of captured screenshots. Each element in the list represents the state of a screenshot captured by the isolate.
final List<ThreadCaptureState> screenshotHistory = [];