serverAuthCode property
- @Deprecated('Use the `GoogleSignInAccount.serverAuthCode` property instead')
Server auth code used to access Google Login
Implementation
@Deprecated('Use the `GoogleSignInAccount.serverAuthCode` property instead')
String? get serverAuthCode => _data.serverAuthCode;