getIntValue abstract method

int getIntValue({
  1. required String key,
  2. String category = '',
  3. int defaultValue = -1,
})

Implementation

int getIntValue({
  required String key,
  String category = '',
  int defaultValue = -1,
});