updateView_Pre method

Future<LogView> updateView_Pre(
  1. ServiceCall $call,
  2. Future<UpdateViewRequest> $request
)

Implementation

$async.Future<$0.LogView> updateView_Pre($grpc.ServiceCall $call,
    $async.Future<$0.UpdateViewRequest> $request) async {
  return updateView($call, await $request);
}