setDbNameBible2 method

dynamic setDbNameBible2(
  1. String value
)

Implementation

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