get method

dynamic get(
  1. String key
)

Implementation

get(String key) async => sharedPreferences!.getString(key);