setWindowVisible method

Future<void> setWindowVisible(
  1. String windowId,
  2. bool visible
)

Implementation

Future<void> setWindowVisible(String windowId, bool visible) {
  throw UnimplementedError('setWindowVisible() has not been implemented.');
}