updateBrowserTitle function
- String title
Stub implementation for platforms that do not support updating the browser title.
Implementation
void updateBrowserTitle(String title) {
// No-op on non-web
}
Stub implementation for platforms that do not support updating the browser title.
void updateBrowserTitle(String title) {
// No-op on non-web
}