@override Future<bool> getUserConsent() { logger.warning(this, '$providerName: getUserConsent is not supported'); return Future.value(false); }