getString method

  1. @Deprecated("Use getValue instead")
String getString(
  1. String key
)

Reads a String value from persistent storage for the given key, throwing an exception if it's not a String.

Implementation

@Deprecated("Use getValue instead")
String getString(String key) => appConfig[key];