* Clears the singleton variables.
()
| 15533 | * Clears the singleton variables. |
| 15534 | */ |
| 15535 | static reset() { |
| 15536 | iframe = null; |
| 15537 | buffer.length = 0; |
| 15538 | iframeLoaded = false; |
| 15539 | buyFlowActivityMode = null; |
| 15540 | } |
| 15541 | |
| 15542 | /** |
| 15543 | * Sets whether the iframe has been loaded or not. |
no outgoing calls
no test coverage detected