unlinkOrg_Pre method

Future<UnlinkOrgResponse> unlinkOrg_Pre(
  1. ServiceCall call,
  2. Future<UnlinkOrgRequest> request
)

Implementation

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