get static method

dynamic get(
  1. String key
)

Implementation

static dynamic get(String key) {
  return SharedPreferences.get(key);
}