get static method

int get(
  1. String key
)

Implementation

static int get(String key) {
  return Pref.get(key, 0);
}