I have been trying to implement Google login screen using Flutter.
final AuthResult authResult = await _auth.signInWithCredential(credential);
The editor, for the line above, says:
Undefined class 'AuthResult'
How can I fix it? Any help would be very appreciated.