getBool abstract method

Future<bool> getBool(
  1. String featureName, {
  2. bool defaultValue = false,
})

Returns the value of the feature flag as a boolean.

Implementation

Future<bool> getBool(String featureName, {bool defaultValue = false});