transferMigrateAccountPost method
Future<Response<TransferMigrateAccountResponse> >
transferMigrateAccountPost({
- required TransferMigrateAccountRequest? body,
Migrate account into Transfers
Implementation
Future<chopper.Response<TransferMigrateAccountResponse>>
transferMigrateAccountPost(
{required TransferMigrateAccountRequest? body}) {
generatedMapping.putIfAbsent(TransferMigrateAccountResponse,
() => TransferMigrateAccountResponse.fromJsonFactory);
return _transferMigrateAccountPost(body: body);
}