* @deprecated Use `getDeviceId()` instead. This async method is no longer needed.
()
| 272 | * @deprecated Use `getDeviceId()` instead. This async method is no longer needed. |
| 273 | */ |
| 274 | fetchDeviceId(): Promise<string> { |
| 275 | return Promise.resolve(this.deviceId ?? ''); |
| 276 | } |
| 277 | |
| 278 | clear() { |
| 279 | this.profileId = undefined; |
no outgoing calls
no test coverage detected