()
| 862 | } |
| 863 | |
| 864 | export async function getAppSettings(): Promise<AppSettings> { |
| 865 | return invoke<AppSettings>("get_app_settings"); |
| 866 | } |
| 867 | |
| 868 | export async function isMobileRuntime(): Promise<boolean> { |
| 869 | return invoke<boolean>("is_mobile_runtime"); |
no outgoing calls
no test coverage detected