createView_Pre method

Future<LogView> createView_Pre(
  1. ServiceCall $call,
  2. Future<CreateViewRequest> $request
)

Implementation

$async.Future<$0.LogView> createView_Pre($grpc.ServiceCall $call,
    $async.Future<$0.CreateViewRequest> $request) async {
  return createView($call, await $request);
}