@override Future<bool> syncConsentPreferences() async { final bool result = await methodChannel.invokeMethod('syncConsentPreferences'); return result; }