takeScreenshot method Null safety
- 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);
Takes a screenshot of the application. Returns the data that is sent back to the host.
Future<Map<String, dynamic>> takeScreenshot(String screenshot);