appStateVar static method

String appStateVar(
  1. String varKey
)

Generate a node ID for a specific app state variable.

Implementation

static String appStateVar(String varKey) => _appStateVar.create(varKey);