Does Xamarin forms supports Play Install Referrer API(xamarin android)

We have use INSTALL_REFERRER in xamarin android to support deferred deeplink and created BroadcastReceiver, however as per google developer documentation above one is deprecated (https://android-developers.googleblog.com/2019/11/still-using-installbroadcast-switch-to.html) from March 1, 2020 and new api "Play Install Referrer API" (https://developer.android.com/google/play/installreferrer/library.html#kts) related stuff not able to find in my xamarin solution so does it support or any nuget need to install ?
If not, then what is alternative to support new api.
Thanks & Regards,
Ankit