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