Future<bool> putMap(String key, Map<String, dynamic> value) async { return await putJson(key, value); }