import 'package:anyway/domain/entities/landmark.dart'; abstract class TripRemoteDataSource { Future> fetchLandmarks(); }