isAuthenticated property

Future<bool> get isAuthenticated

isAuthenticated is to check if we are loggedIn

Implementation

Future<bool> get isAuthenticated => _wppAuth.isAuthenticated();