@override Future<void> setUserConsent(bool enabled) async { await methodChannel.invokeMethod('setUserConsent', {'value': enabled}); }