Skip to content

Commit

Permalink
Fix web approach
Browse files Browse the repository at this point in the history
Fixes #108
  • Loading branch information
ThexXTURBOXx committed May 15, 2024
1 parent 4c638b9 commit e1c3fa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flutter_web_auth_2/lib/src/web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,7 @@ class FlutterWebAuth2WebPlugin extends FlutterWebAuth2Platform {

return completer.future;
}

@override
Future<void> clearAllDanglingCalls() async {}
}

0 comments on commit e1c3fa9

Please sign in to comment.