getIntCache static method

int? getIntCache({
  1. required String name,
})

Implementation

static int? getIntCache({required String name}) {
  return _prefs.getInt(name);
}