setDbNameBible method

dynamic setDbNameBible(
  1. String value
)

Implementation

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