accept method
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
Future<void> accept() => _client.send(
_handler.alert.buildAcceptRequest(), _handler.alert.parseAcceptResponse);