testingGetVariantsForKey abstract method

Future<List<String>> testingGetVariantsForKey(
  1. String key
)

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);