(url: string)
| 39 | export interface PlatformAdapter { |
| 40 | getVersion(): Promise<string> |
| 41 | fetchRemoteConfig(url: string): Promise<RemoteConfigResult> |
| 42 | |
| 43 | setThemeSource(theme: 'system' | 'light' | 'dark'): void |
| 44 |
no outgoing calls
no test coverage detected