wrapWithScreenshot method

Widget wrapWithScreenshot(
  1. BuildContext context,
  2. Widget child
)

Implementation

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