testingGetVariantsForKey abstract method
returns variants for a specific key
make sure testingDownloadVariantInformation is called to download variant info before calling this method.
String key
- name of key
Implementation
Future<List<String>> testingGetVariantsForKey(String key);