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

Commit 39f4ce0

Browse files
committed
Add type to account
1 parent 2e8fb33 commit 39f4ce0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,9 @@ - (void)didSignInForUser:(GIDGoogleUser *)user
235235
}
236236
}
237237

238-
- (void)respondWithAccount:(id)account result:(FlutterResult)result error:(NSError *)error {
238+
- (void)respondWithAccount:(NSDictionary<NSString *, id> *)account
239+
result:(FlutterResult)result
240+
error:(NSError *)error {
239241
result(error != nil ? getFlutterError(error) : account);
240242
}
241243

0 commit comments

Comments
 (0)