ECheckService constructor

ECheckService({
  1. required String baseUrl,
  2. required AuthenticationService authenticationService,
})

Implementation

ECheckService({required this.baseUrl, required this.authenticationService});