applicationGetPost abstract method
- @Post.new(path: '/application/get')
- @Body.new() required ApplicationGetRequest? body,
Retrieve information about a Plaid application
Implementation
@Post(path: '/application/get')
Future<chopper.Response<ApplicationGetResponse>> applicationGetPost(
{@Body() required ApplicationGetRequest? body});