Completes the spinner.
()
| 59 | |
| 60 | /** Completes the spinner. */ |
| 61 | complete() { |
| 62 | this._complete('', this.text); |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Internal implementation for completing the spinner, marking it as completed, and printing the |
no test coverage detected