get static method

Implementation

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