getScreenshotsForGroup method
Get screenshots for a specific group
Implementation
List<ScreenshotData> getScreenshotsForGroup(String groupId) {
return List.unmodifiable(_captureGroups[groupId] ?? []);
}
Get screenshots for a specific group
List<ScreenshotData> getScreenshotsForGroup(String groupId) {
return List.unmodifiable(_captureGroups[groupId] ?? []);
}