signedInGoogle method

bool signedInGoogle()

True if signed into a Google account

Implementation

bool signedInGoogle() => googleUser != null;