@override Future<void> removeConsent(int consentType) async { print('Remove consent Android implementation'); await _channel.invokeMethod('removeConsent', {'consentType': consentType}); }