processBasicScreenshots function

void processBasicScreenshots()

Implementation

void processBasicScreenshots() async {
  final entries = Catalog().widgetBasicPreviewMap.entries.toList();
  for (final w in entries) {
    await w.value.capture();
  }
}