getString abstract method
- String key
Obtains a String value associated with a given key.
keyThe name of the key for which to obtain the value.
Returns String?. The value associated with the key.
Implementation
String? getString(String key);
Obtains a String value associated with a given key.
key The name of the key for which to obtain the value.Returns String?. The value associated with the key.
String? getString(String key);