screenshot method

Future<List<int>> screenshot()

Take a screenshot of the device

Implementation

Future<List<int>> screenshot() => platform.screenshot.runFutureOrThrow();