getJson abstract method

Future<Map<String, dynamic>> getJson(
  1. String featureName, {
  2. Map<String, dynamic> defaultValue = const {},
})

Returns the value of the feature flag as a JSON object represented by a Map.

Implementation

Future<Map<String, dynamic>> getJson(String featureName,
    {Map<String, dynamic> defaultValue = const {}});