applyUserPrivacyOptions abstract method

void applyUserPrivacyOptions(
  1. UserPrivacyOptions userPrivacyOptions, {
  2. Platform? platform,
})

Applies the specified userPrivacyOptions which contains information about crash reporting and data collection level.

Implementation

void applyUserPrivacyOptions(UserPrivacyOptions userPrivacyOptions,
    {Platform? platform});