getString method

String getString(
  1. String key
)

Gets the value for a given key as a String.

Implementation

String getString(String key) {
  return _delegate.getString(key);
}