takeScreenshot method

Future<Uint8List?> takeScreenshot()

take screenshot by native

Implementation

Future<Uint8List?> takeScreenshot() => _flutterScreenshotApi.takeScreenshot();