isAuthenticated property

Future<bool> get isAuthenticated

Implementation

Future<bool> get isAuthenticated async => await authHeaderValue != null;