isLoggedIn method

Future<bool> isLoggedIn()

Checks if client isLoggedIn (same as isSignedIn), maintained because some clients use one and some prefer the other

Implementation

Future<bool> isLoggedIn() async => authHeaders != null;