getOptOutStatus method

Future<bool?> getOptOutStatus()

Implementation

Future<bool?> getOptOutStatus() async {
  return await UserExperiorPlatform.instance.getOptOutStatus();
}