i0 method

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

Implementation

int i0(String key, {int defaultValue = 0}) {
  return i(key, defaultValue: defaultValue, showLog: false);
}