CockpitReadRemoteSnapshotRequest constructor
const
CockpitReadRemoteSnapshotRequest({
- Uri? baseUri,
- CockpitRemoteSessionHandle? sessionHandle,
- String? sessionHandlePath,
- String? androidDeviceId,
- String? iosDeviceId,
- CockpitInteractiveResultProfile resultProfile = const CockpitInteractiveResultProfile.standard(),
- CockpitSnapshotOptions? snapshotOptions,
- String? compareAgainstSnapshotRef,
- DateTime? deadline,
Implementation
const CockpitReadRemoteSnapshotRequest({
this.baseUri,
this.sessionHandle,
this.sessionHandlePath,
this.androidDeviceId,
this.iosDeviceId,
this.resultProfile = const CockpitInteractiveResultProfile.standard(),
this.snapshotOptions,
this.compareAgainstSnapshotRef,
this.deadline,
});