uninstall

suspend fun uninstall(args: PWA.UninstallParameter, mode: CommandMode = CommandMode.DEFAULT)

Uninstalls the given manifest_id and closes any opened app windows.


suspend fun uninstall(manifestId: String)

Uninstalls the given manifest_id and closes any opened app windows.

Parameters

manifestId

No description