shouldDisplayPrivacyOptions static method
Checks if you ever should call reOpenConsent or resetConsent
Implementation
static Future<void> shouldDisplayPrivacyOptions(
ShouldDisplayPrivacyOptionsCallback callback) =>
R89SdkPlatformInterface.instance().shouldDisplayPrivacyOptions(callback);