GetInt function

int? GetInt(
  1. String key
)

Implementation

int? GetInt(String key) {
  return prefs!.getInt(key);
}