Removes the daemon from system services. # Errors Returns `LearnerdErrors` if service removal fails.
(&self)
| 344 | /// |
| 345 | /// Returns `LearnerdErrors` if service removal fails. |
| 346 | pub fn uninstall(&self) -> Result<()> { uninstall_system_daemon() } |
| 347 | |
| 348 | /// Main daemon loop that handles background tasks. |
| 349 | /// |
no test coverage detected