title static method
- String title
Pushes title to browser's window title.
Implementation
static void title(String title) =>
    SystemChrome.setApplicationSwitcherDescription(
      ApplicationSwitcherDescription(label: title),
    );Pushes title to browser's window title.
static void title(String title) =>
    SystemChrome.setApplicationSwitcherDescription(
      ApplicationSwitcherDescription(label: title),
    );