getValue abstract method

T? getValue(
  1. SharedPreferences preferences,
  2. String key
)

Retrieve a value associated with the key by using the preferences.

Implementation

T? getValue(SharedPreferences preferences, String key);