optOut method

Future<void> optOut()

Implementation

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