signInWithGoogle method

  1. @override
Future<SocialProviderResponse> signInWithGoogle()
override

Implementation

@override
_i4.Future<_i2.SocialProviderResponse> signInWithGoogle() =>
    (super.noSuchMethod(
      Invocation.method(
        #signInWithGoogle,
        [],
      ),
      returnValue: _i4.Future<_i2.SocialProviderResponse>.value(
          _FakeSocialProviderResponse_0(
        this,
        Invocation.method(
          #signInWithGoogle,
          [],
        ),
      )),
      returnValueForMissingStub: _i4.Future<_i2.SocialProviderResponse>.value(
          _FakeSocialProviderResponse_0(
        this,
        Invocation.method(
          #signInWithGoogle,
          [],
        ),
      )),
    ) as _i4.Future<_i2.SocialProviderResponse>);