takeScreenshot static method

Future<void> takeScreenshot()

Implementation

static Future<void> takeScreenshot() async {
  await _channel.invokeMethod<void>('takeScreenshot');
}