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