linkOrg_Pre method

Future<LinkOrgResponse> linkOrg_Pre(
  1. ServiceCall call,
  2. Future<LinkOrgRequest> request
)

Implementation

$async.Future<$1.LinkOrgResponse> linkOrg_Pre($grpc.ServiceCall call, $async.Future<$1.LinkOrgRequest> request) async {
  return linkOrg(call, await request);
}