fromString Last update: 16.07.2025 abstract fun fromString(state: String) Called to restore the state of a Plug-In. Should be able to restore the state from whatever string is returned by toString. Parameters state the state string Throws Exception