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