commandChannelPrefix constant
String
const commandChannelPrefix
Prefix of the per-command event channels.
Each running command gets its own channel, because a Flutter EventChannel name can only back one active broadcast at a time.
Implementation
static const String commandChannelPrefix = 'priv_kit/command/';