kemApiV3AlexaPost method

Future<Response> kemApiV3AlexaPost({
  1. required SkillRequest? body,
})

Implementation

Future<chopper.Response> kemApiV3AlexaPost({required SkillRequest? body}) {
  return _kemApiV3AlexaPost(body: body);
}