takeScreenshot method
Implementation
void takeScreenshot(
{required BuildContext context, required Config? config}) async {
throw UnimplementedError('takeScreenshot() has not been implemented.');
}
void takeScreenshot(
{required BuildContext context, required Config? config}) async {
throw UnimplementedError('takeScreenshot() has not been implemented.');
}