reauthenticateProvider method

  1. @override
Future<Either<Failure, SocialProviderResponse>> reauthenticateProvider()
override

Implementation

@override
_i4.Future<_i3.Either<_i5.Failure, _i2.SocialProviderResponse>>
    reauthenticateProvider() => (super.noSuchMethod(
          Invocation.method(
            #reauthenticateProvider,
            [],
          ),
          returnValue: _i4.Future<
                  _i3.Either<_i5.Failure, _i2.SocialProviderResponse>>.value(
              _FakeEither_1<_i5.Failure, _i2.SocialProviderResponse>(
            this,
            Invocation.method(
              #reauthenticateProvider,
              [],
            ),
          )),
          returnValueForMissingStub: _i4.Future<
                  _i3.Either<_i5.Failure, _i2.SocialProviderResponse>>.value(
              _FakeEither_1<_i5.Failure, _i2.SocialProviderResponse>(
            this,
            Invocation.method(
              #reauthenticateProvider,
              [],
            ),
          )),
        ) as _i4.Future<_i3.Either<_i5.Failure, _i2.SocialProviderResponse>>);