PrefUtilsImpl constructor

PrefUtilsImpl({
  1. required SharedPreferences sharedPreferences,
})

Implementation

PrefUtilsImpl({
  required this.sharedPreferences,
});