prepareGenerateScreenshotFrame static method

Future prepareGenerateScreenshotFrame(
  1. MyScreenshotInfo myScreenshotInfo,
  2. String googleTranslateApiKey
)

Implementation

static Future prepareGenerateScreenshotFrame(
    MyScreenshotInfo myScreenshotInfo,
  String googleTranslateApiKey,
) async {
  await MyScreenshotHelperSpell()
      .prepareGenerateScreenshotFrame(myScreenshotInfo, googleTranslateApiKey);
}