kemproApiV2DevicesGet method

Future<Response<List<DeviceV2>>> kemproApiV2DevicesGet()

Get the device list of the currently logged-in user.

The device list will be based on the Dealer ID claim of the OAuth2 authenticated user.

Implementation

Future<chopper.Response<List<DeviceV2>>> kemproApiV2DevicesGet() {
  generatedMapping.putIfAbsent(DeviceV2, () => DeviceV2.fromJsonFactory);

  return _kemproApiV2DevicesGet();
}