transferCreatePost abstract method
- @Post.new(path: '/transfer/create')
- @Body.new() required TransferCreateRequest? body,
Create a transfer
Implementation
@Post(path: '/transfer/create')
Future<chopper.Response<TransferCreateResponse>> transferCreatePost(
{@Body() required TransferCreateRequest? body});