getAuthenticatedSession method
Implementation
@override
getAuthenticatedSession() {
return super.noSuchMethod(
Invocation.method(#getAuthenticatedSession, []),
returnValue: Future.value(right<Failure, AuthenticationData?>(null)),
returnValueForMissingStub: Future.value(right<Failure, AuthenticationData?>(null)),
);
}