@override Future<String?> takeScreenshot() async { return await _channel.invokeMethod<String>('takeScreenshot'); }