put object.
static Future<bool>? putObject(String key, Object value) { return _prefs.setString(key, json.encode(value)); }