updateHeight method
Implementation
void updateHeight(double height) {
print("js call $height");
setState(() {
_iframeElementHeight = height;
});
}
void updateHeight(double height) {
print("js call $height");
setState(() {
_iframeElementHeight = height;
});
}