@override Future<void> setConsent(bool granted) { return methodChannel.invokeMethod<void>('setConsent', {'granted': granted}); }