I'm using only flutter web project. When this method below is used is possible to do redirect without calling new window?
FlutterWebAuth.authenticate(url: url, callbackUrlScheme: scheme);
I have several warning messages when the user has popups disabled.