Future<String> getDbNameBible() async { var data = sharedPref.getString("DbNameBible") ?? Constant.defaultDbNameBible; return data; }