removeApplication method
Implementation
Future<void> removeApplication (
ApplicationRemoveDto? applicationRemoveDto
) async {
String path = "/application-operate";
await delete(path, body: applicationRemoveDto, exemptClient:true) ?? {};
}
Future<void> removeApplication (
ApplicationRemoveDto? applicationRemoveDto
) async {
String path = "/application-operate";
await delete(path, body: applicationRemoveDto, exemptClient:true) ?? {};
}