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