syncConsentPreferences method

  1. @override
Future<bool> syncConsentPreferences()
override

Implementation

@override
Future<bool> syncConsentPreferences() async {
  await _ensureInitialized();
  return rust_consent.syncConsentPreferences();
}