getLogin method

Future<bool?> getLogin()

Implementation

Future<bool?> getLogin() async {
  return _preferences.getBool(_kLoginKey);
}