PreferenceHelper constructor
Factory constructor to return the singleton instance.
Implementation
factory PreferenceHelper() {
return _instance;
}
Factory constructor to return the singleton instance.
factory PreferenceHelper() {
return _instance;
}