import 'package:syncrow_app/features/booking_system/domain/booking_model.dart'; abstract interface class BookingService { Future> get(); }