Takes a screenshot of the current widget and display it in the Flutterware visualizer
Future<void> screenshot({String? name, List<String>? tags}) { return tester.screenshot(name: name, tags: tags); }