Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a140853

Browse files
committed
[google_sign_in] Remove unused variable
1 parent 6ccebda commit a140853

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/google_sign_in/google_sign_in/ios/Classes/FLTGoogleSignInPlugin.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ - (BOOL)setAccountRequest:(FlutterResult)request {
138138
}
139139

140140
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options {
141-
NSString *sourceApplication = options[UIApplicationOpenURLOptionsSourceApplicationKey];
142141
return [[GIDSignIn sharedInstance] handleURL:url];
143142
}
144143

0 commit comments

Comments
 (0)