(service: IPlatformService)
| 147 | }); |
| 148 | |
| 149 | export function setPlatformService(service: IPlatformService): void { |
| 150 | _platformService = service; |
| 151 | _resolveReady?.(service); |
| 152 | } |
| 153 | |
| 154 | export function getPlatformService(): IPlatformService { |
| 155 | if (!_platformService) { |
no outgoing calls