apiV2ZoomCallbackCreate method

Future<void> apiV2ZoomCallbackCreate()

Implementation

Future<void> apiV2ZoomCallbackCreate() async {
  final response = await apiV2ZoomCallbackCreateWithHttpInfo();
  if (response.statusCode >= HttpStatus.badRequest) {
    throw ApiException(response.statusCode, await _decodeBodyBytes(response));
  }
}