getStringFlag abstract method

Future<String> getStringFlag(
  1. String flagKey, {
  2. String defaultValue = '',
  3. Map<String, dynamic>? context,
})

Fetches the value of a feature flag as a string.

Implementation

Future<String> getStringFlag(
  String flagKey, {
  String defaultValue = '',
  Map<String, dynamic>? context,
});