setWindowTitle method

Future<void> setWindowTitle(
  1. String windowId,
  2. String title
)

Implementation

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