isLoggedIn function

bool isLoggedIn()

Implementation

bool isLoggedIn() => ULocalStorage.getString(UConstants.token) == null ? false : true;