create static method

AdderlinkService create([
  1. ChopperClient? client
])

Creates an instance of the Adderlink service with an optionally provided ChopperClient

Implementation

static AdderlinkService create([ChopperClient? client]) {
  initializeMappers();

  return _$AdderlinkService(client);
}