getDungeonsMeta method
Piston Meta - Dungeons
Implementation
@override
Future<Map<String, dynamic>> getDungeonsMeta(String platform) async {
const String hash = 'f4c685912beb55eb2d5c9e0713fe1195164bba27';
return _fetchJson(
'$_pistonMetaBaseUrl/v1/products/dungeons/$hash/$platform.json',
);
}