getSupportedEngineNames static method

List<String> getSupportedEngineNames()

Get engine names for current platform

Implementation

static List<String> getSupportedEngineNames() {
  return getSupportedEngines().map((e) => e.name).toList();
}