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