flutter_web_auth icon indicating copy to clipboard operation
flutter_web_auth copied to clipboard

fix: Implement no-op for cleanUpDanglingCalls method in FlutterWebAuthWeb.

Open ab-kapoor opened this issue 1 year ago • 1 comments

Issue: PlatformException(Unimplemented, null, The flutter_web_auth plugin for web doesn't implement the method 'cleanUpDanglingCalls', null) is thrown for flutter web app.

This pull request includes a small change to the lib/flutter_web_auth_web.dart file. The change adds a new case to the switch statement in the FlutterWebAuthWeb class to handle cleanUpDanglingCalls without performing any operations.

ab-kapoor avatar Nov 18 '24 17:11 ab-kapoor

Can we merge this please?

maxbeech avatar Jan 31 '25 13:01 maxbeech