getSharedPref method
Building shared pref for saving list of miniapp
Implementation
Future<NUISharedPref> getSharedPref() {
return NUISharedPrefBuilder().build();
}
Building shared pref for saving list of miniapp
Future<NUISharedPref> getSharedPref() {
return NUISharedPrefBuilder().build();
}