signInWithGoogle method

  1. @override
Future<Response<Credential>> signInWithGoogle()
override

Implementation

@override
Future<Response<Credential>> signInWithGoogle() {
  return source.signInWithGoogle();
}