You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[google_sign_in] Add a platform interface method to clear auth tokens (#9929)
Platform interface portion of #9846
Part of flutter/flutter#173924
## Pre-Review Checklist
[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
Copy file name to clipboardExpand all lines: packages/google_sign_in/google_sign_in_platform_interface/test/google_sign_in_platform_interface_test.dart
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,21 @@ void main() {
37
37
// this behavior, which could be implemented in the subclass.
0 commit comments