Let\'s say I call window.alert(\'my message\') in dart code. But what if (exactly my case) there is a script which did override alert function
window.alert(\'my message\')
alert