b0 method

bool b0(
  1. String key, {
  2. bool defaultValue = false,
})

Implementation

bool b0(String key, {bool defaultValue = false}) {
  return b(key, defaultValue: defaultValue, showLog: false);
}