create static method
Creates an instance of the Adderlink service with an optionally provided ChopperClient
Implementation
static AdderlinkService create([ChopperClient? client]) {
initializeMappers();
return _$AdderlinkService(client);
}
Creates an instance of the Adderlink service with an optionally provided ChopperClient
static AdderlinkService create([ChopperClient? client]) {
initializeMappers();
return _$AdderlinkService(client);
}