SnapshotRequest constructor

SnapshotRequest({
  1. required String outputPath,
  2. required String imageType,
})

Implementation

SnapshotRequest({
  required this.outputPath,
  required this.imageType,
});