TakeScreenshot function

void TakeScreenshot(
  1. String fileName
)

Implementation

void TakeScreenshot(
  String fileName,
) => _module.TakeScreenshot(fileName);