getUserPrivacyOptions abstract method

Future<UserPrivacyOptions> getUserPrivacyOptions({
  1. Platform? platform,
})

Retrieve the currently used user privacy options.

Implementation

Future<UserPrivacyOptions> getUserPrivacyOptions({Platform? platform});