UNPKG

appium-flutter-driver

Version:
9 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getScreenshot = void 0; const getScreenshot = async function () { const response = (await this.socket.call(`_flutter.screenshot`)); return response.screenshot; }; exports.getScreenshot = getScreenshot; //# sourceMappingURL=screen.js.map