getDataSourceImplStatementForPostMethodWithoutRequestModel method
List<String>
getDataSourceImplStatementForPostMethodWithoutRequestModel(- {required String pascalCaseApiName,
- required String apiMethodName,
- required String apiName}
)
Implementation
List<String> getDataSourceImplStatementForPostMethodWithoutRequestModel({
required String pascalCaseApiName,
required String apiMethodName,
required String apiName,
}) =>
[
" $kOverride",
" $kFutureApiResponse $kCall$pascalCaseApiName() =>",
" $kRemoteDataSource$kExecutePost($kPath ${apiMethodName.toUpperCase()}_${apiName.toUpperCase()});"
];