foundNearest method
Message after finding nearest cities
In en, this message translates to: 'Found {count} nearest cities to Berlin'
Implementation
@override
String foundNearest(int count) {
return 'Encontradas $count cidades mais próximas de Berlim';
}