isSignedIn method

Future<bool> isSignedIn()

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

Implementation

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