getString method

String? getString(
  1. Object key
)

Implementation

String? getString(Object key) {
  return prefer.getString(key.stringKey);
}