isLoggedIn property

Future<bool> isLoggedIn

Implementation

Future<bool> get isLoggedIn async => await currentToken != null;