setTitle method

void setTitle(
  1. String title
)

Implementation

void setTitle(String title) {
  _pendingTitle = title;
}