user property

FakeUser user
getter/setter pair

A FakeUser object.

This does not represent the signed-in user, but rather an object that will be returned when GoogleSignIn.signIn or GoogleSignIn.signInSilently is called.

Implementation

late FakeUser user;