BUILT_IN_KEYWORDS constant

List<String> const BUILT_IN_KEYWORDS

a list of built-in keywords

Implementation

static const List<String> BUILT_IN_KEYWORDS = [
  "alexa",
  "americano",
  "blueberry",
  "bumblebee",
  "computer",
  "grapefruit",
  "grasshopper",
  "hey google",
  "hey siri",
  "jarvis",
  "ok google",
  "picovoice",
  "porcupine",
  "terminator"
];