optIn method

Future<void> optIn()

Implementation

Future<void> optIn() async {
  await UserExperiorPlatform.instance.optIn();
}