setTitle method

  1. @override
void setTitle(
  1. String title
)
override

Sets the terminal window title.

Implementation

@override
void setTitle(String title) => _control.setTitle(title);