isLoggedIn property

Future<bool> get isLoggedIn

Implementation

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