init method

Future<void> init(
  1. String sdkKey, {
  2. int periodicDownloadInterval = 10 * 60,
})

Initializes the Optimizely plugin asynchronously.

Implementation

Future<void> init(
  String sdkKey, {
  int periodicDownloadInterval = 10 * 60,
}) =>
    throw UnimplementedError('init() has not been implemented.');