wrapWithScreenshot method
Implementation
Widget wrapWithScreenshot(BuildContext context, Widget child) {
return screenshotCapture.wrapWithScreenshot(context, child);
}
Widget wrapWithScreenshot(BuildContext context, Widget child) {
return screenshotCapture.wrapWithScreenshot(context, child);
}