getBoolValue abstract method

bool getBoolValue({
  1. required String key,
  2. String category = '',
  3. bool defaultValue = false,
})

Implementation

bool getBoolValue(
    {required String key, String category = '', bool defaultValue = false});