getInt abstract method

int getInt(
  1. String key, {
  2. int defaultValue = Config.defaultValueForInt,
})

Returns the value corresponding to the given key as an Integer.

Implementation

int getInt(
  String key, {
  int defaultValue = Config.defaultValueForInt,
});