getAllKeys static method

List<String> getAllKeys()

🔄 Function to get all keys (optional if you want a method instead of accessing KeyConfig.allKeys)

Implementation

static List<String> getAllKeys() => allKeys;