Reading the docs for the web authenticator (https://docs.microsoft.com/de-de/xamarin/essentials/web-authenticator?tabs=android), it is mentioned that one should call Xamarin.Essentials.Platform.OnResume

But when calling this method without parameter - like in the docs - the method does just nothing:
https://github.com/xamarin/Essentials/blob/main/Xamarin.Essentials/Platform/Platform.android.cs#L103-L107
So what's the point of it? Outdated docs? The auth seems to work just fine without calling it
Isn't needed, just for app actions. I probably copy/pasted it over wrong.
Most helpful comment
Fixed in https://github.com/MicrosoftDocs/xamarin-docs/pull/3199