shouldDisplayPrivacyOptions static method

Future<void> shouldDisplayPrivacyOptions(
  1. ShouldDisplayPrivacyOptionsCallback callback
)

Checks if you ever should call reOpenConsent or resetConsent

Implementation

static Future<void> shouldDisplayPrivacyOptions(
        ShouldDisplayPrivacyOptionsCallback callback) =>
    R89SdkPlatformInterface.instance().shouldDisplayPrivacyOptions(callback);