Sets the visibility of the iframe.
@override Future<void> setVisible(bool visible) async { await methodChannel.invokeMethod<void>('setVisible', {'visible': visible}); }