execute_Pre method

Future<SqlQueryResponse> execute_Pre(
  1. ServiceCall $call,
  2. Future<SqlQueryRequest> $request
)

Implementation

$async.Future<$0.SqlQueryResponse> execute_Pre($grpc.ServiceCall $call,
    $async.Future<$0.SqlQueryRequest> $request) async {
  return execute($call, await $request);
}