setVisible method

Future<void> setVisible(
  1. bool visible
)

Sets the visibility of the iframe.

Implementation

Future<void> setVisible(bool visible) {
  throw UnimplementedError('setVisible() has not been implemented.');
}