Future<bool> setStorageMap(String key, Map<String, dynamic> value) async { return await setStorageString(key, jsonEncode(value)); }