setDbNameBible2 method
Implementation
setDbNameBible2(String value) async {
sharedPref = await _sharedPreferences;
sharedPref.setString("DbNameBible2", value);
}
setDbNameBible2(String value) async {
sharedPref = await _sharedPreferences;
sharedPref.setString("DbNameBible2", value);
}