build method

Implementation

Future<NUISharedPref> build() async {
  NUISharedPref sharedPref = NUISharedPref._builder(this);
  await sharedPref._init();
  NUISharedPref._instance = sharedPref;

  logNUI("NUISharedPref", "Initialization successful");
  return sharedPref;
}