get static method
Implementation
static NUISharedPref get(){
if(_instance == null){
throw Exception("NUISharedPref -> You have not initialized NUISharedPref with builder");
}
return _instance!;
}
static NUISharedPref get(){
if(_instance == null){
throw Exception("NUISharedPref -> You have not initialized NUISharedPref with builder");
}
return _instance!;
}