unlinkOrg_Pre method
- ServiceCall call,
- Future<
UnlinkOrgRequest> request
Implementation
$async.Future<$1.UnlinkOrgResponse> unlinkOrg_Pre($grpc.ServiceCall call, $async.Future<$1.UnlinkOrgRequest> request) async {
return unlinkOrg(call, await request);
}