setTitle static method

void setTitle(
  1. String title
)

Implementation

static void setTitle(String title) {
  Documentation.title = title;
}