getBoolCache static method

bool? getBoolCache({
  1. required String name,
})

Implementation

static bool? getBoolCache({required String name}) {
  return _prefs.getBool(name);
}