Future<void> notifyConsentStatus(bool consent) { return _methodChannel.invokeMethod('notifyConsentStatus', {'consent': consent}); }