getInt abstract method

Future<int> getInt(
  1. String featureName, {
  2. int defaultValue = 0,
})

Returns the value of the feature flag as an integer.

Implementation

Future<int> getInt(String featureName, {int defaultValue = 0});