Can someone please help me with guidance to use flutter_appauth_platform_interface to support web app. I am already using flutter_appauth on Mobile and it is working.
When I try to use flutter_appauth_platform_interface and run on web, it throws
Error in signInWithAutoCodeExchange: MissingPluginException(No implementation found for method authorizeAndExchangeCode on channel crossingthestreams.io/flutter_appauth)
I am using GetIt package and initialiselocator.registerLazySingleton(() => FlutterAppAuthPlatform.instance); in my locator file.
Can someone please help me with guidance to use flutter_appauth_platform_interface to support web app. I am already using flutter_appauth on Mobile and it is working.
When I try to use flutter_appauth_platform_interface and run on web, it throws
Error in signInWithAutoCodeExchange: MissingPluginException(No implementation found for method authorizeAndExchangeCode on channel crossingthestreams.io/flutter_appauth)
I am using GetIt package and initialise
locator.registerLazySingleton(() => FlutterAppAuthPlatform.instance);
in my locator file.Then
This works on mobile both Android and iOS. Please help and support is highly appreciated.