text property Null safety
The text of the JavaScript alert(), confirm(), or prompt() dialog.
Implementation
Future<String> get text => _client.send(_handler.alert.buildGetTextRequest(),
_handler.alert.parseGetTextResponse);
The text of the JavaScript alert(), confirm(), or prompt() dialog.
Future<String> get text => _client.send(_handler.alert.buildGetTextRequest(),
_handler.alert.parseGetTextResponse);