getDbNameBible method
dynamic
getDbNameBible()
Implementation
getDbNameBible() async {
String data = sharedPref.getString("DbNameBible") ?? Constant.defaultDbNameBible;
return data;
}
getDbNameBible() async {
String data = sharedPref.getString("DbNameBible") ?? Constant.defaultDbNameBible;
return data;
}