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