quickGet method

dynamic quickGet(
  1. String key
)

Implementation

dynamic quickGet(String key){
  return _pref!.get(key);
}