setScriptState method

SetonixData setScriptState(
  1. String plugin,
  2. String state
)

Implementation

SetonixData setScriptState(String plugin, String state) =>
    setAsset(_scriptStatePath(plugin), utf8.encode(state));