testingGetVariantsForKey abstract method

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

make sure testingDownloadVariantInformation is called to download variant info before calling this method.

Implementation

Future<List<String>> testingGetVariantsForKey(String key);