getSupportedCommands static method

List<String> getSupportedCommands()

Get all registered commands

Implementation

static List<String> getSupportedCommands() {
  return _deserializers.keys.toList()..sort();
}