addOrg_Pre method

Future<AddOrgResponse> addOrg_Pre(
  1. ServiceCall call,
  2. Future<AddOrgRequest> request
)

Implementation

$async.Future<$0.AddOrgResponse> addOrg_Pre($grpc.ServiceCall call, $async.Future<$0.AddOrgRequest> request) async {
  return addOrg(call, await request);
}