setTitle method

Future<void> setTitle(
  1. String title
)

Sets the title of the window.

Implementation

Future<void> setTitle(String title) => _platform.setTitle(_id, title);