features/rail_station_info/domain/repos/station_repo library

Functions

fetchStation(String apiKey, {required String stationCode}) Future<Station>
Fetches the station info for the given stationCode.
fetchStations(String apiKey, {String? lineCode}) Future<List<Station>>
Fetches the station info for all stations.