viewByCode_Pre method

Future<FormField> viewByCode_Pre(
  1. ServiceCall $call,
  2. Future<SimpleSearchReq> $request
)

Implementation

$async.Future<$0.FormField> viewByCode_Pre($grpc.ServiceCall $call,
    $async.Future<$1.SimpleSearchReq> $request) async {
  return viewByCode($call, await $request);
}