* Opens the notification toast. * @return {!Promise}
()
| 11955 | * @return {!Promise} |
| 11956 | */ |
| 11957 | open() { |
| 11958 | this.doc_.getBody().appendChild(this.iframe_); // Fires onload. |
| 11959 | return this.buildToast_(); |
| 11960 | } |
| 11961 | |
| 11962 | /** |
| 11963 | * Builds the content of the iframe. On load, animates the toast. |
no test coverage detected