isLogin static method

bool isLogin()

to get user login status

Implementation

static bool isLogin() {
  return _prefsInstance?.getBool("isLogin") ?? false;
}