updateBrowserTitle function

void updateBrowserTitle(
  1. String title
)

Stub implementation for platforms that do not support updating the browser title.

Implementation

void updateBrowserTitle(String title) {
  // No-op on non-web
}