setDbNameBible method

dynamic setDbNameBible(
  1. String value
)

Implementation

setDbNameBible(String value) async {
  sharedPref.setString("DbNameBible", value);
}