isAuthenticated property

Future<bool> get isAuthenticated

Implementation

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