signInWithGoogle method
Implementation
@override
Future<Response<Credential>> signInWithGoogle() {
return authDataSource.signInWithGoogle();
}
@override
Future<Response<Credential>> signInWithGoogle() {
return authDataSource.signInWithGoogle();
}