getInt static method

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

Implementation

static int getInt(String key, {int defaultValue = 0}) =>
    _instance.getInt(key, defaultValue: defaultValue);