getStringValue method

Future<String?> getStringValue(
  1. String key, {
  2. bool coldFetch = false,
  3. bool fallbackWithOfflineValue = false,
})

Implementation

Future<String?> getStringValue(String key, {
  bool coldFetch = false,
  bool fallbackWithOfflineValue = false,
}) async {
  throw UnimplementedError('`getStringValue` is not implemented');
}