()
| 152 | } |
| 153 | |
| 154 | export function getPlatformService(): IPlatformService { |
| 155 | if (!_platformService) { |
| 156 | throw new Error("PlatformService not initialized. Call setPlatformService() at app startup."); |
| 157 | } |
| 158 | return _platformService; |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Wait for platform service to be registered. |
no outgoing calls
no test coverage detected