getString function

String? getString(
  1. String key
)

Implementation

String? getString(String key) => _instance.getString(key);