BookingsService constructor
BookingsService({
- required String baseUrl,
- required AuthenticationService authenticationService,
Implementation
BookingsService(
{required this.baseUrl, required this.authenticationService});