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