get static method

dynamic get(
  1. dynamic k
)

Implementation

static dynamic get(k) {
  return _prefs?.get(k);
}