getChopperService<T extends ChopperService> method

T getChopperService<T extends ChopperService>()

using this method you can access any particular chopper service that you have created and assigned in chopperServices

Implementation

T getChopperService<T extends ChopperService>() {
  return _client.getService<T>();
}