()
| 866 | } |
| 867 | |
| 868 | export async function isMobileRuntime(): Promise<boolean> { |
| 869 | return invoke<boolean>("is_mobile_runtime"); |
| 870 | } |
| 871 | |
| 872 | export async function updateAppSettings(settings: AppSettings): Promise<AppSettings> { |
| 873 | return invoke<AppSettings>("update_app_settings", { settings }); |
no outgoing calls
no test coverage detected