getView_Pre method

Future<LogView> getView_Pre(
  1. ServiceCall $call,
  2. Future<GetViewRequest> $request
)

Implementation

$async.Future<$0.LogView> getView_Pre($grpc.ServiceCall $call,
    $async.Future<$0.GetViewRequest> $request) async {
  return getView($call, await $request);
}