customAction static method

String customAction(
  1. String actionKey
)

Generate a node ID for a custom action.

Implementation

static String customAction(String actionKey) =>
    _customAction.create(actionKey);