ScreenshotHelper constructor

const ScreenshotHelper({
  1. required Device? device,
  2. required String androidPath,
  3. required String iosPath,
  4. List<String> suffixes = const [],
})

Implementation

const ScreenshotHelper({
  required this.device,
  required this.androidPath,
  required this.iosPath,
  this.suffixes = const [],
});