isLoggedIn method

bool? isLoggedIn()

Implementation

bool? isLoggedIn() => _getValue(AppConstants.isLoggedInKey);