get dynamic.
static dynamic getDynamic(String key, {required Object defValue}) { return _prefs.get(key) ?? defValue; }