build method
Implementation
Future<NUIEncSharedPref> build() async {
  NUIEncSharedPref sharedPref = NUIEncSharedPref._builder(this);
  await sharedPref._init();
  NUIEncSharedPref._instance = sharedPref;
  logNUI("NUIEncSharedPref", "Initialization successful");
  return sharedPref;
}