takeScreenshot method Null safety

Future<Map<String, dynamic>> takeScreenshot(
  1. String screenshot
)

Takes a screenshot of the application. Returns the data that is sent back to the host.

Implementation

Future<Map<String, dynamic>> takeScreenshot(String screenshot);