testingDownloadVariantInformation abstract method

Future<void> testingDownloadVariantInformation(
  1. RCVariantCallback rcVariantCallback
)

fetch a map of all A/B testing parameters (keys) and variants associated with it RCVariantCallback rcVariantCallback - called after all information is downloaded

Implementation

Future<void> testingDownloadVariantInformation(RCVariantCallback rcVariantCallback);