Skip to content

Commit c290087

Browse files
committed
Dummy implementation for cleanUpDanglingCalls on web
1 parent 32360a5 commit c290087

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

flutter_web_auth_2/lib/src/web.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ class FlutterWebAuth2WebPlugin extends FlutterWebAuth2Platform {
3333
callbackUrlScheme: '',
3434
options: call.arguments['options'],
3535
);
36+
case 'cleanUpDanglingCalls':
37+
return clearAllDanglingCalls();
3638
default:
3739
throw PlatformException(
3840
code: 'Unimplemented',

0 commit comments

Comments
 (0)