getString abstract method

String? getString(
  1. String key
)

Retrieves the stored string value for key. Returns null if the value is not found

Implementation

String? getString(String key);