* Clear the stored prompt * @returns True if successful, false otherwise
()
| 245 | * @returns True if successful, false otherwise |
| 246 | */ |
| 247 | static clear(): boolean { |
| 248 | return BrowserStorage.removeItem(LandingPromptStorage.KEY) |
| 249 | } |
| 250 | } |
| 251 | |
| 252 | export interface LandingWorkflowSeed { |
nothing calls this directly
no test coverage detected