testingDownloadExperimentInformation abstract method

Future<void> testingDownloadExperimentInformation(
  1. RCVariantCallback rcVariantCallback
)

Fetch information about the A/B tests in your server including test name, description and the current variant RCVariantCallback rcVariantCallback - called after all information is downloaded

Implementation

Future<void> testingDownloadExperimentInformation(RCVariantCallback rcVariantCallback);