setDbNameBible2 method

dynamic setDbNameBible2(
  1. String value
)

Implementation

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