isSignedIn property

Future<bool> isSignedIn

Check to see if the user is currently signed into Game Center or Google Play Games.

Implementation

static Future<bool> get isSignedIn => GameAuth.isSignedIn;