onLocaleChangedByWebView property
Implementation
static Stream get onLocaleChangedByWebView {
webviewStreamController.onCancel = () {
registerForEvent(ACTION_LOCALE_CHANGED_BY_WEBVIEW, false);
};
webviewStreamController.onListen = () {
registerForEvent(ACTION_LOCALE_CHANGED_BY_WEBVIEW, true);
};
return webviewStreamController.stream;
}