I have created a flutter app which uses Azure ADB2C for login, this login screen in displayed as webview in flutter app. Once successful login user has to authenticate using Microsoft authenticator app.
Here a URL is generated to open authenticator app which looks like this otpauth://totp/B2CDev:*****?secret=asdfasdfasdf&issuer=B2CDev
But when clicked on the link it throws error as 'ERR_UNKNOWN_URL_SCHEME'.
Is it possible to communicate to android native apps from flutter inapp-webview ? Is there any other approach to achieve this ?
