ResolvePrepareCaptureResult constructor

const ResolvePrepareCaptureResult({
  1. ScreenshotResult? screenshot,
  2. List<String> hidden = const [],
  3. String? activated,
})

Implementation

const ResolvePrepareCaptureResult({
  this.screenshot,
  this.hidden = const [],
  this.activated,
});