getOrg_Pre method

Future<Org> getOrg_Pre(
  1. ServiceCall $call,
  2. Future<GetOrgRequest> $request
)

Implementation

$async.Future<$0.Org> getOrg_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.GetOrgRequest> $request) async {
  return getOrg($call, await $request);
}