accept method Null safety
Accepts the currently displayed alert (may not be the alert for which this object was created).
Throws NoSuchAlertException if there isn't currently an alert.
Implementation
void accept() {
_client.send(_handler.alert.buildAcceptRequest(),
_handler.alert.parseAcceptResponse);
}